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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.YouTube.V3.Model.ThirdPartyLink{
  etag: String.t() | nil,
  kind: String.t() | nil,
  linkingToken: String.t() | nil,
  snippet: GoogleApi.YouTube.V3.Model.ThirdPartyLinkSnippet.t() | nil,
  status: GoogleApi.YouTube.V3.Model.ThirdPartyLinkStatus.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.