Class ListScopesResponse
List of Scopes.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v1alpha.Data
Assembly: Google.Apis.GKEHub.v1alpha.dll
Syntax
public class ListScopesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
A token to request the next page of resources from the ListScopes method. The value of an empty string
means that there are no more resources to return.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Scopes
The list of Scopes
Declaration
[JsonProperty("scopes")]
public virtual IList<Scope> Scopes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Scope> |