Class: Google::Apis::CloudsearchV1::GmailClientActionMarkup
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::GmailClientActionMarkup
- 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
-
#addon_compose_ui_action_markup ⇒ Google::Apis::CloudsearchV1::AddonComposeUiActionMarkup
Corresponds to the JSON property
addonComposeUiActionMarkup
. -
#open_created_draft_action_markup ⇒ Google::Apis::CloudsearchV1::OpenCreatedDraftActionMarkup
Corresponds to the JSON property
openCreatedDraftActionMarkup
. -
#task_action ⇒ Google::Apis::CloudsearchV1::TaskActionMarkup
Corresponds to the JSON property
taskAction
. -
#update_draft_action_markup ⇒ Google::Apis::CloudsearchV1::UpdateDraftActionMarkup
Corresponds to the JSON property
updateDraftActionMarkup
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GmailClientActionMarkup
constructor
A new instance of GmailClientActionMarkup.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GmailClientActionMarkup
Returns a new instance of GmailClientActionMarkup.
9989 9990 9991 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9989 def initialize(**args) update!(**args) end |
Instance Attribute Details
#addon_compose_ui_action_markup ⇒ Google::Apis::CloudsearchV1::AddonComposeUiActionMarkup
Corresponds to the JSON property addonComposeUiActionMarkup
9972 9973 9974 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9972 def addon_compose_ui_action_markup @addon_compose_ui_action_markup end |
#open_created_draft_action_markup ⇒ Google::Apis::CloudsearchV1::OpenCreatedDraftActionMarkup
Corresponds to the JSON property openCreatedDraftActionMarkup
9977 9978 9979 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9977 def open_created_draft_action_markup @open_created_draft_action_markup end |
#task_action ⇒ Google::Apis::CloudsearchV1::TaskActionMarkup
Corresponds to the JSON property taskAction
9982 9983 9984 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9982 def task_action @task_action end |
#update_draft_action_markup ⇒ Google::Apis::CloudsearchV1::UpdateDraftActionMarkup
Corresponds to the JSON property updateDraftActionMarkup
9987 9988 9989 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9987 def update_draft_action_markup @update_draft_action_markup end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9994 9995 9996 9997 9998 9999 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9994 def update!(**args) @addon_compose_ui_action_markup = args[:addon_compose_ui_action_markup] if args.key?(:addon_compose_ui_action_markup) @open_created_draft_action_markup = args[:open_created_draft_action_markup] if args.key?(:open_created_draft_action_markup) @task_action = args[:task_action] if args.key?(:task_action) @update_draft_action_markup = args[:update_draft_action_markup] if args.key?(:update_draft_action_markup) end |