GoogleApi.AlertCenter.V1beta1.Model.RequestInfo (google_api_alert_center v0.27.0)

View Source

Requests for one application that needs default SQL setup.

Attributes

  • appDeveloperEmail (type: list(String.t), default: nil) - List of app developers who triggered notifications for above application.
  • appKey (type: String.t, default: nil) - Required. The application that requires the SQL setup.
  • numberOfRequests (type: String.t, default: nil) - Required. Number of requests sent for this application to set up default SQL instance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AlertCenter.V1beta1.Model.RequestInfo{
  appDeveloperEmail: [String.t()] | nil,
  appKey: String.t() | nil,
  numberOfRequests: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.