Show / Hide Table of Contents

Class ListMembershipFeaturesResponse

Response message for the GkeHubFeature.ListMembershipFeatures method.

Inheritance
object
ListMembershipFeaturesResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GKEHub.v2beta.Data
Assembly: Google.Apis.GKEHub.v2beta.dll
Syntax
public class ListMembershipFeaturesResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MembershipFeatures

The list of matching MembershipFeatures.

Declaration
[JsonProperty("membershipFeatures")]
public virtual IList<MembershipFeature> MembershipFeatures { get; set; }
Property Value
Type Description
IList<MembershipFeature>

NextPageToken

A token to request the next page of resources from the ListMembershipFeatures 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX