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

Attributes

url[RW]

URL of the thumbnail image. Corresponds to the JSON property `url` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/plus_domains_v1/classes.rb, line 762
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/plus_domains_v1/classes.rb, line 767
def update!(**args)
  @url = args[:url] if args.key?(:url)
end