Class Uint128
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class Uint128 : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
High
Declaration
[JsonProperty("high")]
public virtual ulong? High { get; set; }
Property Value
Type | Description |
---|---|
ulong? |
Low
Declaration
[JsonProperty("low")]
public virtual ulong? Low { get; set; }
Property Value
Type | Description |
---|---|
ulong? |