Class ListMembershipBindingsResponse
List of MembershipBindings.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v1.Data
Assembly: Google.Apis.GKEHub.v1.dll
Syntax
public class ListMembershipBindingsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MembershipBindings
The list of membership_bindings
Declaration
[JsonProperty("membershipBindings")]
public virtual IList<MembershipBinding> MembershipBindings { get; set; }
Property Value
Type | Description |
---|---|
IList<MembershipBinding> |
NextPageToken
A token to request the next page of resources from the ListMembershipBindings
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 |
Unreachable
List of locations that could not be reached while fetching this list.
Declaration
[JsonProperty("unreachable")]
public virtual IList<string> Unreachable { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |