Class GetMembershipRequest (1.0.0-beta04)

public sealed class GetMembershipRequest : IMessage<GetMembershipRequest>, IEquatable<GetMembershipRequest>, IDeepCloneable<GetMembershipRequest>, IBufferMessage, IMessage

Request message for GkeHubMembershipService.GetMembership method.

Inheritance

Object > GetMembershipRequest

Namespace

Google.Cloud.GkeHub.V1Beta1

Assembly

Google.Cloud.GkeHub.V1Beta1.dll

Constructors

GetMembershipRequest()

public GetMembershipRequest()

GetMembershipRequest(GetMembershipRequest)

public GetMembershipRequest(GetMembershipRequest other)
Parameter
NameDescription
otherGetMembershipRequest

Properties

Name

public string Name { get; set; }

Required. The Membership resource name in the format projects/*/locations/*/memberships/*.

Property Value
TypeDescription
String