GoogleApi.RealTimeBidding.V1.Model.DomainCalls (google_api_real_time_bidding v0.3.0) View Source

The number of HTTP calls made to the given domain.

Attributes

  • domain (type: String.t, default: nil) - The domain name.
  • httpCallCount (type: integer(), default: nil) - Number of HTTP calls made to the domain.

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.DomainCalls{
  domain: String.t(),
  httpCallCount: integer()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.