Class: Google::Apis::Adexchangebuyer2V2beta1::AppContext
- Inherits:
-
Object
- Object
- Google::Apis::Adexchangebuyer2V2beta1::AppContext
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/adexchangebuyer2_v2beta1/classes.rb,
generated/google/apis/adexchangebuyer2_v2beta1/representations.rb,
generated/google/apis/adexchangebuyer2_v2beta1/representations.rb
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.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ AppContext
Returns a new instance of AppContext
167 168 169 |
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 167 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
165 166 167 |
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 165 def app_types @app_types end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
172 173 174 |
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 172 def update!(**args) @app_types = args[:app_types] if args.key?(:app_types) end |