GoogleApi.RealTimeBidding.V1.Model.BatchRejectPublisherConnectionsRequest (google_api_real_time_bidding v0.13.2)

View Source

A request to reject a batch of publisher connections.

Attributes

  • names (type: list(String.t), default: nil) - Required. The names of the publishers with whom connection will be rejected. In the pattern bidders/{bidder}/publisherConnections/{publisher} where {bidder} is the account ID of the bidder, and {publisher} is the ads.txt/app-ads.txt publisher ID.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.RealTimeBidding.V1.Model.BatchRejectPublisherConnectionsRequest{
    names: [String.t()] | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.