Skip to content

Commit 3737ff8

Browse files
authored
fix(qaas): update tags type (scaleway#2318)
1 parent 13bda01 commit 3737ff8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/qaas/v1alpha1/qaas_sdk.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1274,7 +1274,7 @@ type ListJobsRequest struct {
12741274
ProjectID *string `json:"project_id,omitempty"`
12751275

12761276
// Tags: list jobs with these tags.
1277-
Tags *[]string `json:"-"`
1277+
Tags []string `json:"-"`
12781278

12791279
// Page: page number.
12801280
Page *int32 `json:"-"`
@@ -1511,7 +1511,7 @@ type ListSessionsRequest struct {
15111511
PlatformID *string `json:"-"`
15121512

15131513
// Tags: list sessions with these tags.
1514-
Tags *[]string `json:"-"`
1514+
Tags []string `json:"-"`
15151515

15161516
// Page: page number.
15171517
Page *int32 `json:"-"`

0 commit comments

Comments
 (0)