GoogleApi.YouTube.V3.Model.ChannelToStoreLinkDetails (google_api_you_tube v0.38.0) View Source

Information specific to a store on a merchandising platform linked to a YouTube channel.

Attributes

  • storeName (type: String.t, default: nil) - Name of the store.
  • storeUrl (type: String.t, default: nil) - Landing page of the store.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.YouTube.V3.Model.ChannelToStoreLinkDetails{
  storeName: String.t() | nil,
  storeUrl: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.