Class About.MaxUploadSizesData
List of max upload sizes for each file type. The most specific type takes precedence.
Inherited Members
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 |