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

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

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

Represents the dimensions of an object.

Inheritance

object > Dimensions

Namespace

Google.Cloud.GdcHardwareManagement.V1Alpha

Assembly

Google.Cloud.GdcHardwareManagement.V1Alpha.dll

Constructors

Dimensions()

public Dimensions()

Dimensions(Dimensions)

public Dimensions(Dimensions other)
Parameter
Name Description
other Dimensions

Properties

DepthInches

public float DepthInches { get; set; }

Required. Depth in inches.

Property Value
Type Description
float

HeightInches

public float HeightInches { get; set; }

Required. Height in inches.

Property Value
Type Description
float

WidthInches

public float WidthInches { get; set; }

Required. Width in inches.

Property Value
Type Description
float