google_api_discovery v0.3.0 GoogleApi.Discovery.V1.Model.RestMethodMediaUploadProtocols View Source
Supported upload protocols.
Attributes
- resumable (GoogleApi.Discovery.V1.Model.RestMethodMediaUploadProtocolsResumable.t): Supports the Resumable Media Upload protocol. Defaults to
nil
. - simple (GoogleApi.Discovery.V1.Model.RestMethodMediaUploadProtocolsSimple.t): Supports uploading as a single HTTP request. Defaults to
nil
.
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()
View Source
t() :: %GoogleApi.Discovery.V1.Model.RestMethodMediaUploadProtocols{
resumable:
GoogleApi.Discovery.V1.Model.RestMethodMediaUploadProtocolsResumable.t(),
simple: GoogleApi.Discovery.V1.Model.RestMethodMediaUploadProtocolsSimple.t()
}
t() :: %GoogleApi.Discovery.V1.Model.RestMethodMediaUploadProtocols{ resumable: GoogleApi.Discovery.V1.Model.RestMethodMediaUploadProtocolsResumable.t(), simple: GoogleApi.Discovery.V1.Model.RestMethodMediaUploadProtocolsSimple.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.