Show / Hide Table of Contents

Class ContentTypeInfo

gdata.* are outside protos with mising documentation

Inheritance
object
ContentTypeInfo
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 ContentTypeInfo : IDirectResponseSchema

Properties

BestGuess

gdata.* are outside protos with mising documentation

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

ETag

The ETag of the item.

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

FromBytes

gdata.* are outside protos with mising documentation

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

FromFileName

gdata.* are outside protos with mising documentation

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

FromHeader

gdata.* are outside protos with mising documentation

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

FromUrlPath

gdata.* are outside protos with mising documentation

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX