Class DiffVersionResponse
gdata.* are outside protos with mising documentation
Inheritance
DiffVersionResponse
Assembly: Google.Apis.CloudSupport.v2.dll
Syntax
public class DiffVersionResponse : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
ObjectSizeBytes
gdata.* are outside protos with mising documentation
Declaration
[JsonProperty("objectSizeBytes")]
public virtual long? ObjectSizeBytes { get; set; }
Property Value
ObjectVersion
gdata.* are outside protos with mising documentation
Declaration
[JsonProperty("objectVersion")]
public virtual string ObjectVersion { get; set; }
Property Value
Implements