GDC Hardware Management v1alpha API - Class Sku.Types.Range (1.0.0-alpha05)

public sealed class Sku.Types.Range : IMessage<Sku.Types.Range>, IEquatable<Sku.Types.Range>, IDeepCloneable<Sku.Types.Range>, IBufferMessage, IMessage

Reference documentation and code samples for the GDC Hardware Management v1alpha API class Sku.Types.Range.

Inclusive range.

Inheritance

object > Sku.Types.Range

Namespace

Google.Cloud.GdcHardwareManagement.V1Alpha

Assembly

Google.Cloud.GdcHardwareManagement.V1Alpha.dll

Constructors

Range()

public Range()

Range(Range)

public Range(Sku.Types.Range other)
Parameter
Name Description
other SkuTypesRange

Properties

Max

public int Max { get; set; }

The maximum value of the range.

Property Value
Type Description
int

Min

public int Min { get; set; }

The minimum value of the range.

Property Value
Type Description
int