Class GetFeatureRequest (1.1.0)

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

Request message for GkeHub.GetFeature method.

Inheritance

Object > GetFeatureRequest

Namespace

Google.Cloud.GkeHub.V1

Assembly

Google.Cloud.GkeHub.V1.dll

Constructors

GetFeatureRequest()

public GetFeatureRequest()

GetFeatureRequest(GetFeatureRequest)

public GetFeatureRequest(GetFeatureRequest other)
Parameter
NameDescription
otherGetFeatureRequest

Properties

Name

public string Name { get; set; }

The Feature resource name in the format projects/*/locations/*/features/*

Property Value
TypeDescription
String