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

View Source

Deprecated. This will be removed in October 2023. For more information, see the release notes: https://developers.google.com/authorized-buyers/apis/relnotes#real-time-bidding-api Represents the URL restriction (for the URL captured by the pixel callback) for a user list.

Attributes

  • endDate (type: GoogleApi.RealTimeBidding.V1.Model.Date.t, default: nil) - End date (if specified) of the URL restriction. End date should be later than the start date for the date range to be valid.
  • restrictionType (type: String.t, default: nil) - The restriction type for the specified URL.
  • startDate (type: GoogleApi.RealTimeBidding.V1.Model.Date.t, default: nil) - Start date (if specified) of the URL restriction.
  • url (type: String.t, default: nil) - Required. The URL to use for applying the restriction on the user list.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.RealTimeBidding.V1.Model.UrlRestriction{
  endDate: GoogleApi.RealTimeBidding.V1.Model.Date.t() | nil,
  restrictionType: String.t() | nil,
  startDate: GoogleApi.RealTimeBidding.V1.Model.Date.t() | nil,
  url: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.