Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCustomerAgreementSetting

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

Overview

Customer Agreement Setting for a customer.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesCustomerAgreementSetting

Returns a new instance of GoogleAdsSearchads360V23ResourcesCustomerAgreementSetting.



27748
27749
27750
# File 'lib/google/apis/searchads360_v23/classes.rb', line 27748

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

Instance Attribute Details

#accepted_lead_form_termsBoolean Also known as: accepted_lead_form_terms?

Output only. Whether the customer has accepted lead form term of service. Corresponds to the JSON property acceptedLeadFormTerms

Returns:

  • (Boolean)


27745
27746
27747
# File 'lib/google/apis/searchads360_v23/classes.rb', line 27745

def accepted_lead_form_terms
  @accepted_lead_form_terms
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



27753
27754
27755
# File 'lib/google/apis/searchads360_v23/classes.rb', line 27753

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