Class: Google::Apis::PlusV1::Activity::Actor::ClientSpecificActorInfo

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/plus_v1/classes.rb,
generated/google/apis/plus_v1/representations.rb,
generated/google/apis/plus_v1/representations.rb

Overview

Actor info specific to particular clients.

Defined Under Namespace

Classes: YoutubeActorInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ClientSpecificActorInfo

Returns a new instance of ClientSpecificActorInfo.



260
261
262
# File 'generated/google/apis/plus_v1/classes.rb', line 260

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#youtube_actor_infoGoogle::Apis::PlusV1::Activity::Actor::ClientSpecificActorInfo::YoutubeActorInfo

Actor info specific to YouTube clients. Corresponds to the JSON property youtubeActorInfo



258
259
260
# File 'generated/google/apis/plus_v1/classes.rb', line 258

def youtube_actor_info
  @youtube_actor_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



265
266
267
# File 'generated/google/apis/plus_v1/classes.rb', line 265

def update!(**args)
  @youtube_actor_info = args[:youtube_actor_info] if args.key?(:youtube_actor_info)
end