class Google::Apis::AdexchangebuyerV1_4::PretargetingConfig::Placement

Attributes

token[RW]

The value of the placement. Interpretation depends on the placement type, e.g. URL for a site placement, channel name for a channel placement, app id for a mobile app placement. Corresponds to the JSON property `token` @return [String]

type[RW]

The type of the placement. Corresponds to the JSON property `type` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/adexchangebuyer_v1_4/classes.rb, line 2287
def update!(**args)
  @token = args[:token] if args.key?(:token)
  @type = args[:type] if args.key?(:type)
end