Class ObjectId
gdata.* are outside protos with mising documentation
Assembly: Google.Apis.CloudSupport.v2.dll
Syntax
public class ObjectId : IDirectResponseSchema
Properties
BucketName
gdata.* are outside protos with mising documentation
Declaration
[JsonProperty("bucketName")]
public virtual string BucketName { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Generation
gdata.* are outside protos with mising documentation
Declaration
[JsonProperty("generation")]
public virtual long? Generation { get; set; }
Property Value
ObjectName
gdata.* are outside protos with mising documentation
Declaration
[JsonProperty("objectName")]
public virtual string ObjectName { get; set; }
Property Value
Implements