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 03f1793 commit eff3a04Copy full SHA for eff3a04
packages/clients/src/api/redis/v1/api.gen.ts
@@ -197,6 +197,7 @@ export class RedisV1GenAPI extends API {
197
request.projectId ?? this.client.settings.defaultProjectId,
198
],
199
['tags', request.tags],
200
+ ['version', request.version],
201
),
202
},
203
unmarshalListClustersResponse,
packages/clients/src/api/redis/v1/types.gen.ts
@@ -346,6 +346,8 @@ export type ListClustersRequest = {
346
projectId?: string
347
/** Organization ID to list the cluster of */
348
organizationId?: string
349
+ /** Version of the clusters to filter upon */
350
+ version?: string
351
page?: number
352
pageSize?: number
353
}
0 commit comments