google_api_you_tube v0.0.1 GoogleApi.YouTube.V3.Model.ResourceId View Source

A resource id is a generic reference that points to another YouTube resource.

Attributes

  • channelId (String.t): The ID that YouTube uses to uniquely identify the referred resource, if that resource is a channel. This property is only present if the resourceId.kind value is youtube#channel. Defaults to: null.
  • kind (String.t): The type of the API resource. Defaults to: null.
  • playlistId (String.t): The ID that YouTube uses to uniquely identify the referred resource, if that resource is a playlist. This property is only present if the resourceId.kind value is youtube#playlist. Defaults to: null.
  • videoId (String.t): The ID that YouTube uses to uniquely identify the referred resource, if that resource is a video. This property is only present if the resourceId.kind value is youtube#video. Defaults to: null.