google_api_you_tube v0.23.0 GoogleApi.YouTube.V3.Model.ThirdPartyLinkSnippet 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(),
type: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.