GoogleApi.YouTube.V3.Model.ThirdPartyLink (google_api_you_tube v0.24.0) View Source
A third party account link 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 "youtube#thirdPartyLink". -
linkingToken(type:String.t, default:nil) - The linking_token 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 snippet object contains basic details about the third- party account link. -
status(type:GoogleApi.YouTube.V3.Model.ThirdPartyLinkStatus.t, default:nil) - The status 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.