We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13bda01 commit 3737ff8Copy full SHA for 3737ff8
api/qaas/v1alpha1/qaas_sdk.go
@@ -1274,7 +1274,7 @@ type ListJobsRequest struct {
1274
ProjectID *string `json:"project_id,omitempty"`
1275
1276
// Tags: list jobs with these tags.
1277
- Tags *[]string `json:"-"`
+ Tags []string `json:"-"`
1278
1279
// Page: page number.
1280
Page *int32 `json:"-"`
@@ -1511,7 +1511,7 @@ type ListSessionsRequest struct {
1511
PlatformID *string `json:"-"`
1512
1513
// Tags: list sessions with these tags.
1514
1515
1516
1517
0 commit comments