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

Describes a single promoted item id. It is a union of various possible types.

Attributes

  • recentlyUploadedBy (String.t): If type is recentUpload, this field identifies the channel from which to take the recent upload. If missing, the channel is assumed to be the same channel for which the invideoPromotion is set. Defaults to: null.
  • type (String.t): Describes the type of the promoted item. Defaults to: null.

    • Enum - one of [recentUpload, video, website]
  • videoId (String.t): If the promoted item represents a video, this field represents the unique YouTube ID identifying it. This field will be present only if type has the value video. Defaults to: null.
  • websiteUrl (String.t): If the promoted item represents a website, this field represents the url pointing to the website. This field will be present only if type has the value website. Defaults to: null.