GoogleApi.DFAReporting.V34.Model.FrequencyCap (google_api_dfa_reporting v0.31.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V34.Model.FrequencyCap{
  duration: String.t() | nil,
  impressions: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.