class Google::Apis::Adexchangebuyer2V2beta1::PlatformContext
Output only. The type of platform the restriction applies to.
Attributes
platforms[RW]
The platforms this restriction applies to. Corresponds to the JSON property `platforms` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 3057 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 3062 def update!(**args) @platforms = args[:platforms] if args.key?(:platforms) end