Class: Google::Apis::CloudsearchV1::GmailClientActionMarkup

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

Returns a new instance of GmailClientActionMarkup.



9438
9439
9440
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9438

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

Instance Attribute Details

#addon_compose_ui_action_markupGoogle::Apis::CloudsearchV1::AddonComposeUiActionMarkup

Corresponds to the JSON property addonComposeUiActionMarkup



9421
9422
9423
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9421

def addon_compose_ui_action_markup
  @addon_compose_ui_action_markup
end

#open_created_draft_action_markupGoogle::Apis::CloudsearchV1::OpenCreatedDraftActionMarkup

Corresponds to the JSON property openCreatedDraftActionMarkup



9426
9427
9428
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9426

def open_created_draft_action_markup
  @open_created_draft_action_markup
end

#task_actionGoogle::Apis::CloudsearchV1::TaskActionMarkup

Corresponds to the JSON property taskAction



9431
9432
9433
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9431

def task_action
  @task_action
end

#update_draft_action_markupGoogle::Apis::CloudsearchV1::UpdateDraftActionMarkup

Corresponds to the JSON property updateDraftActionMarkup



9436
9437
9438
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9436

def update_draft_action_markup
  @update_draft_action_markup
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9443
9444
9445
9446
9447
9448
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9443

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