class Google::Apis::Adexchangebuyer2V2beta1::AppContext
Output only. The app type the restriction applies to for mobile device.
Attributes
app_types[RW]
The app types this restriction applies to. Corresponds to the JSON property `appTypes` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 205 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 210 def update!(**args) @app_types = args[:app_types] if args.key?(:app_types) end