Show / Hide Table of Contents

Class RestMethod.MediaUploadData

Media upload parameters.

Inheritance
object
RestMethod.MediaUploadData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Discovery.v1.Data
Assembly: Google.Apis.Discovery.v1.dll
Syntax
public class RestMethod.MediaUploadData

Properties

Accept

MIME Media Ranges for acceptable media uploads to this method.

Declaration
[JsonProperty("accept")]
public virtual IList<string> Accept { get; set; }
Property Value
Type Description
IList<string>

MaxSize

Maximum size of a media upload, such as "1MB", "2GB" or "3TB".

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

Protocols

Supported upload protocols.

Declaration
[JsonProperty("protocols")]
public virtual RestMethod.MediaUploadData.ProtocolsData Protocols { get; set; }
Property Value
Type Description
RestMethod.MediaUploadData.ProtocolsData
In this article
Back to top Generated by DocFX