Class: Google::Apis::PlusDomainsV1::Activity::Object::Attachment::PreviewThumbnail
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::PlusDomainsV1::Activity::Object::Attachment::PreviewThumbnail
 
- 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
Instance Attribute Summary collapse
- 
  
    
      #url  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    URL of the thumbnail image. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ PreviewThumbnail 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of PreviewThumbnail. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ PreviewThumbnail
Returns a new instance of PreviewThumbnail
| 762 763 764 | # File 'generated/google/apis/plus_domains_v1/classes.rb', line 762 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#url ⇒ String
URL of the thumbnail image.
Corresponds to the JSON property url
| 760 761 762 | # File 'generated/google/apis/plus_domains_v1/classes.rb', line 760 def url @url end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 767 768 769 | # File 'generated/google/apis/plus_domains_v1/classes.rb', line 767 def update!(**args) @url = args[:url] if args.key?(:url) end |