google_api_you_tube v0.21.0 GoogleApi.YouTube.V3.Model.ResourceId View Source
A resource id is a generic reference that points to another YouTube resource.
Attributes
-
channelId
(type:String.t
, default:nil
) - The ID that YouTube uses to uniquely identify the referred resource, if that resource is a channel. This property is only present if the <code>resourceId.kind</code> value is <code>youtube#channel</code>. -
kind
(type:String.t
, default:nil
) - The type of the API resource. -
playlistId
(type:String.t
, default:nil
) - The ID that YouTube uses to uniquely identify the referred resource, if that resource is a playlist. This property is only present if the <code>resourceId.kind</code> value is <code>youtube#playlist</code>. -
videoId
(type:String.t
, default:nil
) - The ID that YouTube uses to uniquely identify the referred resource, if that resource is a video. This property is only present if the <code>resourceId.kind</code> value is <code>youtube#video</code>.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.