Class: Google::Apis::RealtimebiddingV1::BatchApprovePublisherConnectionsRequest

Inherits:
Object
  • Object
show all
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 approve a batch of publisher connections.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BatchApprovePublisherConnectionsRequest

Returns a new instance of BatchApprovePublisherConnectionsRequest.



272
273
274
# File 'lib/google/apis/realtimebidding_v1/classes.rb', line 272

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#namesArray<String>

Required. The names of the publishers with which connections will be approved. In the pattern bidders/bidder/publisherConnections/publisherwhere bidderis the account ID of the bidder, andpublisher`is the ads.txt/app- ads.txt publisher ID. Corresponds to the JSON propertynames`

Returns:

  • (Array<String>)


270
271
272
# File 'lib/google/apis/realtimebidding_v1/classes.rb', line 270

def names
  @names
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



277
278
279
# File 'lib/google/apis/realtimebidding_v1/classes.rb', line 277

def update!(**args)
  @names = args[:names] if args.key?(:names)
end