Class: Google::Apis::YoutubePartnerV1::ClaimSnippet::Origin
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::YoutubePartnerV1::ClaimSnippet::Origin
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/youtube_partner_v1/classes.rb,
 generated/google/apis/youtube_partner_v1/representations.rb,
 generated/google/apis/youtube_partner_v1/representations.rb
Instance Attribute Summary collapse
- 
  
    
      #source  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property source.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ Origin 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of Origin. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Origin
Returns a new instance of Origin
| 1374 1375 1376 | # File 'generated/google/apis/youtube_partner_v1/classes.rb', line 1374 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#source ⇒ String
Corresponds to the JSON property source
| 1372 1373 1374 | # File 'generated/google/apis/youtube_partner_v1/classes.rb', line 1372 def source @source end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1379 1380 1381 | # File 'generated/google/apis/youtube_partner_v1/classes.rb', line 1379 def update!(**args) @source = args[:source] if args.key?(:source) end |