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

Basic information about a third party account link, including its type and type-specific information.

Attributes

  • channelToStoreLink (type: GoogleApi.YouTube.V3.Model.ChannelToStoreLinkDetails.t, default: nil) - Information specific to a link between a channel and a store on a merchandising platform.
  • type (type: String.t, default: nil) - Type of the link named after the entities that are being linked.

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.ThirdPartyLinkSnippet{
  channelToStoreLink:
    GoogleApi.YouTube.V3.Model.ChannelToStoreLinkDetails.t() | nil,
  type: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.