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.
5450 5451 5452 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5450 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
5438 5439 5440 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5438 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
5443 5444 5445 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5443 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
5448 5449 5450 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5448 def edit_conference_data_action_markup @edit_conference_data_action_markup end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5455 5456 5457 5458 5459 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5455 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 |