Class: Google::Apis::CloudsearchV1::CalendarClientActionMarkup
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::CalendarClientActionMarkup
- 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
-
#add_attachments_action_markup ⇒ Google::Apis::CloudsearchV1::AppsExtensionsMarkupCalendarClientActionMarkupAddAttachmentsActionMarkup
An action that adds attachments to the Google Calendar event.
-
#edit_attendees_action_markup ⇒ Google::Apis::CloudsearchV1::AppsExtensionsMarkupCalendarClientActionMarkupEditAttendeesActionMarkup
An action that adds attendees to the Google Calendar event.
-
#edit_conference_data_action_markup ⇒ Google::Apis::CloudsearchV1::AppsExtensionsMarkupCalendarClientActionMarkupEditConferenceDataActionMarkup
An action that adds conference data to the Google Calendar event.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CalendarClientActionMarkup
constructor
A new instance of CalendarClientActionMarkup.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CalendarClientActionMarkup
Returns a new instance of CalendarClientActionMarkup.
5386 5387 5388 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5386 def initialize(**args) update!(**args) end |
Instance Attribute Details
#add_attachments_action_markup ⇒ Google::Apis::CloudsearchV1::AppsExtensionsMarkupCalendarClientActionMarkupAddAttachmentsActionMarkup
An action that adds attachments to the Google Calendar event.
Corresponds to the JSON property addAttachmentsActionMarkup
5374 5375 5376 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5374 def @add_attachments_action_markup end |
#edit_attendees_action_markup ⇒ Google::Apis::CloudsearchV1::AppsExtensionsMarkupCalendarClientActionMarkupEditAttendeesActionMarkup
An action that adds attendees to the Google Calendar event.
Corresponds to the JSON property editAttendeesActionMarkup
5379 5380 5381 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5379 def edit_attendees_action_markup @edit_attendees_action_markup end |
#edit_conference_data_action_markup ⇒ Google::Apis::CloudsearchV1::AppsExtensionsMarkupCalendarClientActionMarkupEditConferenceDataActionMarkup
An action that adds conference data to the Google Calendar event.
Corresponds to the JSON property editConferenceDataActionMarkup
5384 5385 5386 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5384 def edit_conference_data_action_markup @edit_conference_data_action_markup end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5391 5392 5393 5394 5395 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5391 def update!(**args) @add_attachments_action_markup = args[:add_attachments_action_markup] if args.key?(:add_attachments_action_markup) @edit_attendees_action_markup = args[:edit_attendees_action_markup] if args.key?(:edit_attendees_action_markup) @edit_conference_data_action_markup = args[:edit_conference_data_action_markup] if args.key?(:edit_conference_data_action_markup) end |