GoogleApi.RealTimeBidding.V1.Model.UrlRestriction (google_api_real_time_bidding v0.8.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
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
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.