Class: Google::Apis::MerchantapiAccountsV1beta::VerificationMailSettings

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/merchantapi_accounts_v1beta/classes.rb,
lib/google/apis/merchantapi_accounts_v1beta/representations.rb,
lib/google/apis/merchantapi_accounts_v1beta/representations.rb

Overview

Settings related to the verification email that is sent after adding a user.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ VerificationMailSettings

Returns a new instance of VerificationMailSettings.



4601
4602
4603
# File 'lib/google/apis/merchantapi_accounts_v1beta/classes.rb', line 4601

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

Instance Attribute Details

#verification_mail_modeString

Optional. Mode of the verification mail. If not set, the default is SEND_VERIFICATION_MAIL. Corresponds to the JSON property verificationMailMode

Returns:

  • (String)


4599
4600
4601
# File 'lib/google/apis/merchantapi_accounts_v1beta/classes.rb', line 4599

def verification_mail_mode
  @verification_mail_mode
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4606
4607
4608
# File 'lib/google/apis/merchantapi_accounts_v1beta/classes.rb', line 4606

def update!(**args)
  @verification_mail_mode = args[:verification_mail_mode] if args.key?(:verification_mail_mode)
end