class Google::Apis::YoutubeV3::ActivityContentDetailsChannelItem

Details about a resource which was added to a channel.

Attributes

resource_id[RW]

A resource id is a generic reference that points to another YouTube resource. Corresponds to the JSON property `resourceId` @return [Google::Apis::YoutubeV3::ResourceId]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/youtube_v3/classes.rb, line 213
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/youtube_v3/classes.rb, line 218
def update!(**args)
  @resource_id = args[:resource_id] if args.key?(:resource_id)
end