google_api_you_tube v0.4.0 GoogleApi.YouTube.V3.Model.ActivityContentDetailsSocial View Source
Details about a social network post.
Attributes
- author (String.t): The author of the social network post. Defaults to:
null
. - imageUrl (String.t): An image of the post's author. Defaults to:
null
. - referenceUrl (String.t): The URL of the social network post. Defaults to:
null
. - resourceId (ResourceId): The resourceId object encapsulates information that identifies the resource associated with a social network post. Defaults to:
null
. type (String.t): The name of the social network. Defaults to:
null
.- Enum - one of [facebook, googlePlus, twitter, unspecified]
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 Source
t()
View Source
t() :: %GoogleApi.YouTube.V3.Model.ActivityContentDetailsSocial{
author: any(),
imageUrl: any(),
referenceUrl: any(),
resourceId: GoogleApi.YouTube.V3.Model.ResourceId.t(),
type: any()
}
t() :: %GoogleApi.YouTube.V3.Model.ActivityContentDetailsSocial{ author: any(), imageUrl: any(), referenceUrl: any(), resourceId: GoogleApi.YouTube.V3.Model.ResourceId.t(), type: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.