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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.RealTimeBidding.V1.Model.DomainCalls{
  domain: String.t() | nil,
  httpCallCount: integer() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.