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.
5060 5061 5062 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5060 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
5048 5049 5050 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5048 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
5053 5054 5055 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5053 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
5058 5059 5060 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5058 def edit_conference_data_action_markup @edit_conference_data_action_markup end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5065 5066 5067 5068 5069 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5065 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 |