Class About.MaxUploadSizesData
List of max upload sizes for each file type. The most specific type takes precedence.
Inheritance
object
About.MaxUploadSizesData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Drive.v2.Data
Assembly: Google.Apis.Drive.v2.dll
Syntax
public class About.MaxUploadSizesData
Properties
Size
The max upload size for this type.
Declaration
[JsonProperty("size")]
public virtual long? Size { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Type
The file type.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |