class Google::Apis::PlusV1::Comment::Actor::ClientSpecificActorInfo::YoutubeActorInfo

Actor info specific to YouTube clients.

Attributes

channel_id[RW]

ID of the YouTube channel owned by the Actor. Corresponds to the JSON property `channelId` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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