Show / Hide Table of Contents

Class CompositeMedia

gdata.* are outside protos with mising documentation

Inheritance
object
CompositeMedia
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSupport.v2beta.Data
Assembly: Google.Apis.CloudSupport.v2beta.dll
Syntax
public class CompositeMedia : IDirectResponseSchema

Properties

BlobRef

gdata.* are outside protos with mising documentation

Declaration
[JsonProperty("blobRef")]
public virtual string BlobRef { get; set; }
Property Value
Type Description
string

Blobstore2Info

gdata.* are outside protos with mising documentation

Declaration
[JsonProperty("blobstore2Info")]
public virtual Blobstore2Info Blobstore2Info { get; set; }
Property Value
Type Description
Blobstore2Info

CosmoBinaryReference

gdata.* are outside protos with mising documentation

Declaration
[JsonProperty("cosmoBinaryReference")]
public virtual string CosmoBinaryReference { get; set; }
Property Value
Type Description
string

Crc32cHash

gdata.* are outside protos with mising documentation

Declaration
[JsonProperty("crc32cHash")]
public virtual long? Crc32cHash { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Inline

gdata.* are outside protos with mising documentation

Declaration
[JsonProperty("inline")]
public virtual string Inline { get; set; }
Property Value
Type Description
string

Length

gdata.* are outside protos with mising documentation

Declaration
[JsonProperty("length")]
public virtual long? Length { get; set; }
Property Value
Type Description
long?

Md5Hash

gdata.* are outside protos with mising documentation

Declaration
[JsonProperty("md5Hash")]
public virtual string Md5Hash { get; set; }
Property Value
Type Description
string

ObjectId

gdata.* are outside protos with mising documentation

Declaration
[JsonProperty("objectId")]
public virtual ObjectId ObjectId { get; set; }
Property Value
Type Description
ObjectId

Path

gdata.* are outside protos with mising documentation

Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
Type Description
string

ReferenceType

gdata.* are outside protos with mising documentation

Declaration
[JsonProperty("referenceType")]
public virtual string ReferenceType { get; set; }
Property Value
Type Description
string

Sha1Hash

gdata.* are outside protos with mising documentation

Declaration
[JsonProperty("sha1Hash")]
public virtual string Sha1Hash { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX