Class: Google::Apis::AdexchangebuyerV1_3::PretargetingConfig::ExcludedPlacement
- Inherits:
-
Object
- Object
- Google::Apis::AdexchangebuyerV1_3::PretargetingConfig::ExcludedPlacement
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/adexchangebuyer_v1_3/classes.rb,
generated/google/apis/adexchangebuyer_v1_3/representations.rb,
generated/google/apis/adexchangebuyer_v1_3/representations.rb
Instance Attribute Summary collapse
-
#token ⇒ String
The value of the placement.
-
#type ⇒ String
The type of the placement.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ExcludedPlacement
constructor
A new instance of ExcludedPlacement.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ExcludedPlacement
Returns a new instance of ExcludedPlacement
1282 1283 1284 |
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 1282 def initialize(**args) update!(**args) end |
Instance Attribute Details
#token ⇒ String
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
1275 1276 1277 |
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 1275 def token @token end |
#type ⇒ String
The type of the placement.
Corresponds to the JSON property type
1280 1281 1282 |
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 1280 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1287 1288 1289 1290 |
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 1287 def update!(**args) @token = args[:token] if args.key?(:token) @type = args[:type] if args.key?(:type) end |