Class: Google::Apis::PlusDomainsV1::Comment::Actor::ClientSpecificActorInfo
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::PlusDomainsV1::Comment::Actor::ClientSpecificActorInfo
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - generated/google/apis/plus_domains_v1/classes.rb,
generated/google/apis/plus_domains_v1/representations.rb,
generated/google/apis/plus_domains_v1/representations.rb 
Overview
Actor info specific to particular clients.
Defined Under Namespace
Classes: YoutubeActorInfo
Instance Attribute Summary collapse
- 
  
    
      #youtube_actor_info  ⇒ Google::Apis::PlusDomainsV1::Comment::Actor::ClientSpecificActorInfo::YoutubeActorInfo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Actor info specific to YouTube clients.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ClientSpecificActorInfo 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ClientSpecificActorInfo.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ClientSpecificActorInfo
Returns a new instance of ClientSpecificActorInfo
      1426 1427 1428  | 
    
      # File 'generated/google/apis/plus_domains_v1/classes.rb', line 1426 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#youtube_actor_info ⇒ Google::Apis::PlusDomainsV1::Comment::Actor::ClientSpecificActorInfo::YoutubeActorInfo
Actor info specific to YouTube clients.
Corresponds to the JSON property youtubeActorInfo
      1424 1425 1426  | 
    
      # File 'generated/google/apis/plus_domains_v1/classes.rb', line 1424 def youtube_actor_info @youtube_actor_info end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      1431 1432 1433  | 
    
      # File 'generated/google/apis/plus_domains_v1/classes.rb', line 1431 def update!(**args) @youtube_actor_info = args[:youtube_actor_info] if args.key?(:youtube_actor_info) end  |