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.
Implements
IMessageDimensions, IEquatableDimensions, IDeepCloneableDimensions, IBufferMessage, IMessageNamespace
Google.Cloud.GdcHardwareManagement.V1AlphaAssembly
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 |