google_api_plus v0.1.0 GoogleApi.Plus.V1.Model.ActivityObjectAttachments View Source
Attributes
- content (String.t): If the attachment is an article, this property contains a snippet of text from the article. It can also include descriptions for other types. Defaults to:
null
. - displayName (String.t): The title of the attachment, such as a photo caption or an article title. Defaults to:
null
. - embed (ActivityObjectEmbed): Defaults to:
null
. - fullImage (ActivityObjectFullImage): Defaults to:
null
. - id (String.t): The ID of the attachment. Defaults to:
null
. - image (ActivityObjectImage): Defaults to:
null
. - objectType (String.t): The type of media object. Possible values include, but are not limited to, the following values: - "photo" - A photo. - "album" - A photo album. - "video" - A video. - "article" - An article, specified by a link. Defaults to:
null
. - thumbnails ([ActivityObjectThumbnails]): If the attachment is an album, this property is a list of potential additional thumbnails from the album. Defaults to:
null
. - url (String.t): The link to the attachment, which should be of type text/html. Defaults to:
null
.
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() :: %GoogleApi.Plus.V1.Model.ActivityObjectAttachments{ content: any(), displayName: any(), embed: GoogleApi.Plus.V1.Model.ActivityObjectEmbed.t(), fullImage: GoogleApi.Plus.V1.Model.ActivityObjectFullImage.t(), id: any(), image: GoogleApi.Plus.V1.Model.ActivityObjectImage.t(), objectType: any(), thumbnails: [GoogleApi.Plus.V1.Model.ActivityObjectThumbnails.t()], url: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.