Class: Google::Apis::PlusDomainsV1::Activity::Object::Attachment::PreviewThumbnail

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

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

#urlString

URL of the thumbnail image. Corresponds to the JSON property url

Returns:

  • (String)


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