GoogleApi.YouTube.V3.Model.ActivityContentDetailsSocial (google_api_you_tube v0.54.0)

View Source

Details about a social network post.

Attributes

  • author (type: String.t, default: nil) - The author of the social network post.
  • imageUrl (type: String.t, default: nil) - An image of the post's author.
  • referenceUrl (type: String.t, default: nil) - The URL of the social network post.
  • resourceId (type: GoogleApi.YouTube.V3.Model.ResourceId.t, default: nil) - The resourceId object encapsulates information that identifies the resource associated with a social network post.
  • type (type: String.t, default: nil) - The name of the social network.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.YouTube.V3.Model.ActivityContentDetailsSocial{
  author: String.t() | nil,
  imageUrl: String.t() | nil,
  referenceUrl: String.t() | nil,
  resourceId: GoogleApi.YouTube.V3.Model.ResourceId.t() | nil,
  type: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.