google_api_service_management v0.1.0 GoogleApi.ServiceManagement.V1.Model.MediaDownload View Source

Defines the Media configuration for a service in case of a download. Use this only for Scotty Requests. Do not use this for media support using Bytestream, add instead [][google.bytestream.RestByteStream] as an API to your configuration for Bytestream methods.

Attributes

  • completeNotification (boolean()): A boolean that determines whether a notification for the completion of a download should be sent to the backend. Defaults to: null.
  • downloadService (String.t): DO NOT USE FIELDS BELOW THIS LINE UNTIL THIS WARNING IS REMOVED. Specify name of the download service if one is used for download. Defaults to: null.
  • dropzone (String.t): Name of the Scotty dropzone to use for the current API. Defaults to: null.
  • enabled (boolean()): Whether download is enabled. Defaults to: null.
  • maxDirectDownloadSize (String.t): Optional maximum acceptable size for direct download. The size is specified in bytes. Defaults to: null.
  • useDirectDownload (boolean()): A boolean that determines if direct download from ESF should be used for download of this media. 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.ServiceManagement.V1.Model.MediaDownload{
  completeNotification: any(),
  downloadService: any(),
  dropzone: any(),
  enabled: any(),
  maxDirectDownloadSize: any(),
  useDirectDownload: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.