Class: Google::Apis::RealtimebiddingV1::BatchRejectPublisherConnectionsRequest
- Inherits:
-
Object
- Object
- Google::Apis::RealtimebiddingV1::BatchRejectPublisherConnectionsRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/realtimebidding_v1/classes.rb,
lib/google/apis/realtimebidding_v1/representations.rb,
lib/google/apis/realtimebidding_v1/representations.rb
Overview
A request to reject a batch of publisher connections.
Instance Attribute Summary collapse
-
#names ⇒ Array<String>
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BatchRejectPublisherConnectionsRequest
constructor
A new instance of BatchRejectPublisherConnectionsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BatchRejectPublisherConnectionsRequest
Returns a new instance of BatchRejectPublisherConnectionsRequest.
313 314 315 |
# File 'lib/google/apis/realtimebidding_v1/classes.rb', line 313 def initialize(**args) update!(**args) end |
Instance Attribute Details
#names ⇒ Array<String>
Required. The names of the publishers with whom connection will be rejected.
In the pattern bidders/
bidder/publisherConnections/
publisherwhere
bidderis the account ID of the bidder, and
publisher`is the ads.txt/app-
ads.txt publisher ID.
Corresponds to the JSON property
names`
311 312 313 |
# File 'lib/google/apis/realtimebidding_v1/classes.rb', line 311 def names @names end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
318 319 320 |
# File 'lib/google/apis/realtimebidding_v1/classes.rb', line 318 def update!(**args) @names = args[:names] if args.key?(:names) end |