Class: Google::Apis::Adexchangebuyer2V2beta1::AppContext
- Inherits:
-
Object
- Object
- Google::Apis::Adexchangebuyer2V2beta1::AppContext
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/adexchangebuyer2_v2beta1/classes.rb,
lib/google/apis/adexchangebuyer2_v2beta1/representations.rb,
lib/google/apis/adexchangebuyer2_v2beta1/representations.rb
Overview
Output only. The app type the restriction applies to for mobile device.
Instance Attribute Summary collapse
-
#app_types ⇒ Array<String>
The app types this restriction applies to.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AppContext
constructor
A new instance of AppContext.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AppContext
Returns a new instance of AppContext.
205 206 207 |
# File 'lib/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 205 def initialize(**args) update!(**args) end |
Instance Attribute Details
#app_types ⇒ Array<String>
The app types this restriction applies to.
Corresponds to the JSON property appTypes
203 204 205 |
# File 'lib/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 203 def app_types @app_types end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
210 211 212 |
# File 'lib/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 210 def update!(**args) @app_types = args[:app_types] if args.key?(:app_types) end |