GoogleApi.Transcoder.V1beta1.Model.OriginUri (google_api_transcoder v0.2.0) 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.