class Google::Apis::AdexchangebuyerV1_4::TargetingValueRequestPlatformTargeting

Attributes

request_platforms[RW]

Corresponds to the JSON property `requestPlatforms` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/adexchangebuyer_v1_4/classes.rb, line 3743
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/adexchangebuyer_v1_4/classes.rb, line 3748
def update!(**args)
  @request_platforms = args[:request_platforms] if args.key?(:request_platforms)
end