View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1Media (google_api_cloud_channel v0.5.0)

Represents media information.

Attributes

  • content (type: String.t, default: nil) - URL of the media.
  • title (type: String.t, default: nil) - Title of the media.
  • type (type: String.t, default: nil) - Type of the media.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1Media{
  content: String.t() | nil,
  title: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.