Class ListFleetsResponse
Response message for the GkeHub.ListFleetsResponse method.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v1beta.Data
Assembly: Google.Apis.GKEHub.v1beta.dll
Syntax
public class ListFleetsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Fleets
The list of matching fleets.
Declaration
[JsonProperty("fleets")]
public virtual IList<Fleet> Fleets { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Fleet> |
NextPageToken
A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no
subsequent pages. The token is only valid for 1h.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |