Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCustomerAgreementSetting
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCustomerAgreementSetting
- 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
-
#accepted_lead_form_terms ⇒ Boolean
(also: #accepted_lead_form_terms?)
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesCustomerAgreementSetting
constructor
A new instance of GoogleAdsSearchads360V23ResourcesCustomerAgreementSetting.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_terms ⇒ Boolean 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
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 |