google_api_dfa_reporting v0.15.0 GoogleApi.DFAReporting.V33.Model.FrequencyCap View Source

Frequency Cap.

Attributes

  • duration (type: String.t, default: nil) - Duration of time, in seconds, for this frequency cap. The maximum duration is 90 days. Acceptable values are 1 to 7776000, inclusive.
  • impressions (type: String.t, default: nil) - Number of times an individual user can be served the ad within the specified duration. Acceptable values are 1 to 15, inclusive.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DFAReporting.V33.Model.FrequencyCap{
  duration: String.t(),
  impressions: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.