GoogleApi.YouTube.V3.Model.ActivitySnippet (google_api_you_tube v0.54.0)
View SourceBasic details about an activity, including title, description, thumbnails, activity type and group. Next ID: 12
Attributes
-
channelId
(type:String.t
, default:nil
) - The ID that YouTube uses to uniquely identify the channel associated with the activity. -
channelTitle
(type:String.t
, default:nil
) - Channel title for the channel responsible for this activity -
description
(type:String.t
, default:nil
) - The description of the resource primarily associated with the activity. @mutable youtube.activities.insert -
groupId
(type:String.t
, default:nil
) - The group ID associated with the activity. A group ID identifies user events that are associated with the same user and resource. For example, if a user rates a video and marks the same video as a favorite, the entries for those events would have the same group ID in the user's activity feed. In your user interface, you can avoid repetition by grouping events with the same groupId value. -
publishedAt
(type:DateTime.t
, default:nil
) - The date and time that the video was uploaded. -
thumbnails
(type:GoogleApi.YouTube.V3.Model.ThumbnailDetails.t
, default:nil
) - A map of thumbnail images associated with the resource that is primarily associated with the activity. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail. -
title
(type:String.t
, default:nil
) - The title of the resource primarily associated with the activity. -
type
(type:String.t
, default:nil
) - The type of activity that the resource describes.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.YouTube.V3.Model.ActivitySnippet{ channelId: String.t() | nil, channelTitle: String.t() | nil, description: String.t() | nil, groupId: String.t() | nil, publishedAt: DateTime.t() | nil, thumbnails: GoogleApi.YouTube.V3.Model.ThumbnailDetails.t() | nil, title: String.t() | nil, type: String.t() | nil }