View Source GoogleApi.AuthorizedBuyersMarketplace.V1.Model.UriTargeting (google_api_authorized_buyers_marketplace v0.6.1)

Represents a list of targeted and excluded URLs (for example, google.com). For Private Auction Deals, URLs are either included or excluded. For Programmatic Guaranteed and Preferred Deals, this doesn't apply.

Attributes

  • excludedUris (type: list(String.t), default: nil) - A list of URLs to be excluded.
  • targetedUris (type: list(String.t), default: nil) - A list of URLs to be included.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AuthorizedBuyersMarketplace.V1.Model.UriTargeting{
  excludedUris: [String.t()] | nil,
  targetedUris: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.