google_api_discovery v0.1.0 GoogleApi.Discovery.V1.Model.RestMethodMediaUpload View Source
Media upload parameters.
Attributes
- accept ([String.t]): MIME Media Ranges for acceptable media uploads to this method. Defaults to:
null
. - maxSize (String.t): Maximum size of a media upload, such as "1MB", "2GB" or "3TB". Defaults to:
null
. - protocols (RestMethodMediaUploadProtocols): Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.Discovery.V1.Model.RestMethodMediaUpload{ accept: [any()], maxSize: any(), protocols: GoogleApi.Discovery.V1.Model.RestMethodMediaUploadProtocols.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.