GoogleApi.YouTube.V3.Model.ThirdPartyLinkSnippet (google_api_you_tube v0.54.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.YouTube.V3.Model.ThirdPartyLinkSnippet{
  channelToStoreLink:
    GoogleApi.YouTube.V3.Model.ChannelToStoreLinkDetails.t() | nil,
  type: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.