Class: Google::Apis::RealtimebiddingV1::BatchApprovePublisherConnectionsResponse
- Inherits:
-
Object
- Object
- Google::Apis::RealtimebiddingV1::BatchApprovePublisherConnectionsResponse
- 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 approve a batch of publisher connections.
Instance Attribute Summary collapse
-
#publisher_connections ⇒ Array<Google::Apis::RealtimebiddingV1::PublisherConnection>
The publisher connections that have been approved.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BatchApprovePublisherConnectionsResponse
constructor
A new instance of BatchApprovePublisherConnectionsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BatchApprovePublisherConnectionsResponse
Returns a new instance of BatchApprovePublisherConnectionsResponse.
291 292 293 |
# File 'lib/google/apis/realtimebidding_v1/classes.rb', line 291 def initialize(**args) update!(**args) end |
Instance Attribute Details
#publisher_connections ⇒ Array<Google::Apis::RealtimebiddingV1::PublisherConnection>
The publisher connections that have been approved.
Corresponds to the JSON property publisherConnections
289 290 291 |
# File 'lib/google/apis/realtimebidding_v1/classes.rb', line 289 def publisher_connections @publisher_connections end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
296 297 298 |
# File 'lib/google/apis/realtimebidding_v1/classes.rb', line 296 def update!(**args) @publisher_connections = args[:publisher_connections] if args.key?(:publisher_connections) end |