View Source GoogleApi.Content.V2.Model.AccountStatusStatistics (google_api_content v0.67.1)

Attributes

  • active (type: String.t, default: nil) - Number of active offers.
  • disapproved (type: String.t, default: nil) - Number of disapproved offers.
  • expiring (type: String.t, default: nil) - Number of expiring offers.
  • pending (type: String.t, default: nil) - Number of pending offers.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V2.Model.AccountStatusStatistics{
  active: String.t() | nil,
  disapproved: String.t() | nil,
  expiring: String.t() | nil,
  pending: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.