Class: Google::Apis::CloudsearchV1::CalendarClientActionMarkup

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) ⇒ CalendarClientActionMarkup

Returns a new instance of CalendarClientActionMarkup.



5052
5053
5054
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5052

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

Instance Attribute Details

#add_attachments_action_markupGoogle::Apis::CloudsearchV1::AppsExtensionsMarkupCalendarClientActionMarkupAddAttachmentsActionMarkup

An action that adds attachments to the Google Calendar event. Corresponds to the JSON property addAttachmentsActionMarkup



5040
5041
5042
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5040

def add_attachments_action_markup
  @add_attachments_action_markup
end

#edit_attendees_action_markupGoogle::Apis::CloudsearchV1::AppsExtensionsMarkupCalendarClientActionMarkupEditAttendeesActionMarkup

An action that adds attendees to the Google Calendar event. Corresponds to the JSON property editAttendeesActionMarkup



5045
5046
5047
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5045

def edit_attendees_action_markup
  @edit_attendees_action_markup
end

#edit_conference_data_action_markupGoogle::Apis::CloudsearchV1::AppsExtensionsMarkupCalendarClientActionMarkupEditConferenceDataActionMarkup

An action that adds conference data to the Google Calendar event. Corresponds to the JSON property editConferenceDataActionMarkup



5050
5051
5052
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5050

def edit_conference_data_action_markup
  @edit_conference_data_action_markup
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5057
5058
5059
5060
5061
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5057

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