google_api_you_tube v0.10.0 GoogleApi.YouTube.V3.Model.ActivityContentDetailsSocial 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.YouTube.V3.Model.ActivityContentDetailsSocial{
author: String.t(),
imageUrl: String.t(),
referenceUrl: String.t(),
resourceId: GoogleApi.YouTube.V3.Model.ResourceId.t(),
type: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.