GDC Hardware Management v1alpha API - Class GetSkuRequest (1.0.0-alpha02)

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

Reference documentation and code samples for the GDC Hardware Management v1alpha API class GetSkuRequest.

A request to get an SKU.

Inheritance

object > GetSkuRequest

Namespace

Google.Cloud.GdcHardwareManagement.V1Alpha

Assembly

Google.Cloud.GdcHardwareManagement.V1Alpha.dll

Constructors

GetSkuRequest()

public GetSkuRequest()

GetSkuRequest(GetSkuRequest)

public GetSkuRequest(GetSkuRequest other)
Parameter
Name Description
other GetSkuRequest

Properties

Name

public string Name { get; set; }

Required. The name of the SKU. Format: projects/{project}/locations/{location}/skus/{sku}

Property Value
Type Description
string

SkuName

public SkuName SkuName { get; set; }

SkuName-typed view over the Name resource name property.

Property Value
Type Description
SkuName