google_api_you_tube v0.4.0 GoogleApi.YouTube.V3.Model.PlaylistItemContentDetails View Source
Attributes
- endAt (String.t): The time, measured in seconds from the start of the video, when the video should stop playing. (The playlist owner can specify the times when the video should start and stop playing when the video is played in the context of the playlist.) By default, assume that the video.endTime is the end of the video. Defaults to:
null
. - note (String.t): A user-generated note for this item. Defaults to:
null
. - startAt (String.t): The time, measured in seconds from the start of the video, when the video should start playing. (The playlist owner can specify the times when the video should start and stop playing when the video is played in the context of the playlist.) The default value is 0. Defaults to:
null
. - videoId (String.t): The ID that YouTube uses to uniquely identify a video. To retrieve the video resource, set the id query parameter to this value in your API request. Defaults to:
null
. - videoPublishedAt (DateTime.t): The date and time that the video was published to YouTube. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. 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()
View Source
t() :: %GoogleApi.YouTube.V3.Model.PlaylistItemContentDetails{
endAt: any(),
note: any(),
startAt: any(),
videoId: any(),
videoPublishedAt: DateTime.t()
}
t() :: %GoogleApi.YouTube.V3.Model.PlaylistItemContentDetails{ endAt: any(), note: any(), startAt: any(), videoId: any(), videoPublishedAt: DateTime.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.