Class: Google::Apis::Adexchangebuyer2V2beta1::AppContext

Inherits:
Object
  • Object
show all
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

Overview

Output only. The app type the restriction applies to for mobile device.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ AppContext

Returns a new instance of AppContext.



211
212
213
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 211

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

Instance Attribute Details

#app_typesArray<String>

The app types this restriction applies to. Corresponds to the JSON property appTypes

Returns:

  • (Array<String>)


209
210
211
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 209

def app_types
  @app_types
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



216
217
218
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 216

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