Class: Google::Apis::RealtimebiddingV1::BatchRejectPublisherConnectionsResponse

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 response for the request to reject a batch of publisher connections.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BatchRejectPublisherConnectionsResponse

Returns a new instance of BatchRejectPublisherConnectionsResponse.



332
333
334
# File 'lib/google/apis/realtimebidding_v1/classes.rb', line 332

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

Instance Attribute Details

#publisher_connectionsArray<Google::Apis::RealtimebiddingV1::PublisherConnection>

The publisher connections that have been rejected. Corresponds to the JSON property publisherConnections



330
331
332
# File 'lib/google/apis/realtimebidding_v1/classes.rb', line 330

def publisher_connections
  @publisher_connections
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



337
338
339
# File 'lib/google/apis/realtimebidding_v1/classes.rb', line 337

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