GoogleApi.Transcoder.V1beta1.Model.OriginUri (google_api_transcoder v0.4.2)

View Source

The origin URI.

Attributes

  • dash (type: String.t, default: nil) - Dash manifest URI. If multiple Dash manifests are created, only the first one is listed.
  • hls (type: String.t, default: nil) - HLS manifest URI per https://tools.ietf.org/html/rfc8216#section-4.3.4. If multiple HLS manifests are created, only the first one is listed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Transcoder.V1beta1.Model.OriginUri{
  dash: String.t() | nil,
  hls: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.