google_api_plus v0.6.0 GoogleApi.Plus.V1.Model.ActivityObjectAttachments View Source
Attributes
content
(type:String.t
, default:nil
) - If the attachment is an article, this property contains a snippet of text from the article. It can also include descriptions for other types.displayName
(type:String.t
, default:nil
) - The title of the attachment, such as a photo caption or an article title.embed
(type:GoogleApi.Plus.V1.Model.ActivityObjectAttachmentsEmbed.t
, default:nil
) - If the attachment is a video, the embeddable link.fullImage
(type:GoogleApi.Plus.V1.Model.ActivityObjectAttachmentsFullImage.t
, default:nil
) - The full image URL for photo attachments.id
(type:String.t
, default:nil
) - The ID of the attachment.image
(type:GoogleApi.Plus.V1.Model.ActivityObjectAttachmentsImage.t
, default:nil
) - The preview image for photos or videos.objectType
(type:String.t
, default:nil
) - 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.
thumbnails
(type:list(GoogleApi.Plus.V1.Model.ActivityObjectAttachmentsThumbnails.t)
, default:nil
) - If the attachment is an album, this property is a list of potential additional thumbnails from the album.url
(type:String.t
, default:nil
) - The link to the attachment, which should be of type text/html.
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.Plus.V1.Model.ActivityObjectAttachments{ content: String.t(), displayName: String.t(), embed: GoogleApi.Plus.V1.Model.ActivityObjectAttachmentsEmbed.t(), fullImage: GoogleApi.Plus.V1.Model.ActivityObjectAttachmentsFullImage.t(), id: String.t(), image: GoogleApi.Plus.V1.Model.ActivityObjectAttachmentsImage.t(), objectType: String.t(), thumbnails: [GoogleApi.Plus.V1.Model.ActivityObjectAttachmentsThumbnails.t()], url: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.