Class: Google::Apis::CloudsearchV1::AppsExtensionsMarkupCalendarClientActionMarkupAddAttachmentsActionMarkupAddonAttachment

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AppsExtensionsMarkupCalendarClientActionMarkupAddAttachmentsActionMarkupAddonAttachment

Returns a new instance of AppsExtensionsMarkupCalendarClientActionMarkupAddAttachmentsActionMarkupAddonAttachment.



4480
4481
4482
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4480

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#icon_urlString

Link to the resource's icon. Corresponds to the JSON property iconUrl

Returns:

  • (String)


4463
4464
4465
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4463

def icon_url
  @icon_url
end

#mime_typeString

MIME type of the content in resource_url. Corresponds to the JSON property mimeType

Returns:

  • (String)


4468
4469
4470
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4468

def mime_type
  @mime_type
end

#resource_urlString

Corresponds to the JSON property resourceUrl

Returns:

  • (String)


4473
4474
4475
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4473

def resource_url
  @resource_url
end

#titleString

Title of the attachment. Corresponds to the JSON property title

Returns:

  • (String)


4478
4479
4480
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4478

def title
  @title
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4485
4486
4487
4488
4489
4490
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4485

def update!(**args)
  @icon_url = args[:icon_url] if args.key?(:icon_url)
  @mime_type = args[:mime_type] if args.key?(:mime_type)
  @resource_url = args[:resource_url] if args.key?(:resource_url)
  @title = args[:title] if args.key?(:title)
end