Class CompositeMedia
gdata.* are outside protos with mising documentation
Inheritance
CompositeMedia
Assembly: Google.Apis.CloudSupport.v2.dll
public class CompositeMedia : IDirectResponseSchema
Properties
gdata.* are outside protos with mising documentation
Declaration
[JsonProperty("blobRef")]
public virtual string BlobRef { get; set; }
Property Value
gdata.* are outside protos with mising documentation
Declaration
[JsonProperty("blobstore2Info")]
public virtual Blobstore2Info Blobstore2Info { get; set; }
Property Value
gdata.* are outside protos with mising documentation
Declaration
[JsonProperty("cosmoBinaryReference")]
public virtual string CosmoBinaryReference { get; set; }
Property Value
gdata.* are outside protos with mising documentation
Declaration
[JsonProperty("crc32cHash")]
public virtual long? Crc32cHash { get; set; }
Property Value
Declaration
public virtual string ETag { get; set; }
Property Value
gdata.* are outside protos with mising documentation
Declaration
[JsonProperty("inline")]
public virtual string Inline { get; set; }
Property Value
gdata.* are outside protos with mising documentation
Declaration
[JsonProperty("length")]
public virtual long? Length { get; set; }
Property Value
gdata.* are outside protos with mising documentation
Declaration
[JsonProperty("md5Hash")]
public virtual string Md5Hash { get; set; }
Property Value
gdata.* are outside protos with mising documentation
Declaration
[JsonProperty("objectId")]
public virtual ObjectId ObjectId { get; set; }
Property Value
gdata.* are outside protos with mising documentation
Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
gdata.* are outside protos with mising documentation
Declaration
[JsonProperty("referenceType")]
public virtual string ReferenceType { get; set; }
Property Value
gdata.* are outside protos with mising documentation
Declaration
[JsonProperty("sha1Hash")]
public virtual string Sha1Hash { get; set; }
Property Value
Implements