Class: Google::Apis::YoutubeV3::ActivityContentDetailsLike
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::YoutubeV3::ActivityContentDetailsLike
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - generated/google/apis/youtube_v3/classes.rb,
generated/google/apis/youtube_v3/representations.rb,
generated/google/apis/youtube_v3/representations.rb 
Overview
Information about a resource that received a positive (like) rating.
Instance Attribute Summary collapse
- 
  
    
      #resource_id  ⇒ Google::Apis::YoutubeV3::ResourceId 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A resource id is a generic reference that points to another YouTube resource.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ActivityContentDetailsLike 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ActivityContentDetailsLike.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ActivityContentDetailsLike
Returns a new instance of ActivityContentDetailsLike
      270 271 272  | 
    
      # File 'generated/google/apis/youtube_v3/classes.rb', line 270 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#resource_id ⇒ Google::Apis::YoutubeV3::ResourceId
A resource id is a generic reference that points to another YouTube resource.
Corresponds to the JSON property resourceId
      268 269 270  | 
    
      # File 'generated/google/apis/youtube_v3/classes.rb', line 268 def resource_id @resource_id end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      275 276 277  | 
    
      # File 'generated/google/apis/youtube_v3/classes.rb', line 275 def update!(**args) @resource_id = args[:resource_id] if args.key?(:resource_id) end  |