Show / Hide Table of Contents

Class Uint128

Inheritance
System.Object
Uint128
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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
System.String

High

Declaration
[JsonProperty("high")]
public virtual ulong? High { get; set; }
Property Value
Type Description
System.Nullable<System.UInt64>

Low

Declaration
[JsonProperty("low")]
public virtual ulong? Low { get; set; }
Property Value
Type Description
System.Nullable<System.UInt64>

Implements

IDirectResponseSchema
In This Article
Back to top