Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonAppPaymentModelInfo
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonAppPaymentModelInfo
- 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
An app payment model criterion.
Instance Attribute Summary collapse
-
#type ⇒ String
Type of the app payment model.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonAppPaymentModelInfo
constructor
A new instance of GoogleAdsSearchads360V23CommonAppPaymentModelInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonAppPaymentModelInfo
Returns a new instance of GoogleAdsSearchads360V23CommonAppPaymentModelInfo.
1263 1264 1265 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 1263 def initialize(**args) update!(**args) end |
Instance Attribute Details
#type ⇒ String
Type of the app payment model.
Corresponds to the JSON property type
1261 1262 1263 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 1261 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1268 1269 1270 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 1268 def update!(**args) @type = args[:type] if args.key?(:type) end |