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

Actor info specific to particular clients.

Attributes

youtube_actor_info[RW]

Actor info specific to YouTube clients. Corresponds to the JSON property `youtubeActorInfo` @return [Google::Apis::PlusV1::Comment::Actor::ClientSpecificActorInfo::YoutubeActorInfo]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/plus_v1/classes.rb, line 1107
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 1112
def update!(**args)
  @youtube_actor_info = args[:youtube_actor_info] if args.key?(:youtube_actor_info)
end