google_api_you_tube v0.21.0 GoogleApi.YouTube.V3.Model.ThirdPartyLink View Source
A <code><strong>third party account link</strong></code> resource represents a link between a YouTube account or a channel and an account on a third-party service.
Attributes
-
etag
(type:String.t
, default:nil
) - Etag of this resource -
kind
(type:String.t
, default:youtube#thirdPartyLink
) - Identifies what kind of resource this is. Value: the fixed string <code>"youtube#thirdPartyLink"</code>. -
linkingToken
(type:String.t
, default:nil
) - The <code>linking_token</code> identifies a YouTube account and channel with which the third party account is linked. -
snippet
(type:GoogleApi.YouTube.V3.Model.ThirdPartyLinkSnippet.t
, default:nil
) - The <code>snippet</code> object contains basic details about the third- party account link. -
status
(type:GoogleApi.YouTube.V3.Model.ThirdPartyLinkStatus.t
, default:nil
) - The <code>status</code> object contains information about the status of the link.
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.ThirdPartyLink{ etag: String.t(), kind: String.t(), linkingToken: String.t(), snippet: GoogleApi.YouTube.V3.Model.ThirdPartyLinkSnippet.t(), status: GoogleApi.YouTube.V3.Model.ThirdPartyLinkStatus.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.