public sealed class GetUnitKindRequest : IMessage<GetUnitKindRequest>, IEquatable<GetUnitKindRequest>, IDeepCloneable<GetUnitKindRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the SaaS Runtime v1beta1 API class GetUnitKindRequest.
The request structure for the GetUnitKind method.
Implements
IMessageGetUnitKindRequest, IEquatableGetUnitKindRequest, IDeepCloneableGetUnitKindRequest, IBufferMessage, IMessageNamespace
Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1Assembly
Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.dll
Constructors
GetUnitKindRequest()
public GetUnitKindRequest()
GetUnitKindRequest(GetUnitKindRequest)
public GetUnitKindRequest(GetUnitKindRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetUnitKindRequest |
Properties
Name
public string Name { get; set; }
Required. The resource name of the resource within a service.
Property Value | |
---|---|
Type | Description |
string |
UnitKindName
public UnitKindName UnitKindName { get; set; }
UnitKindName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
UnitKindName |