AppMakerSqlSetupNotification

Alerts from App Maker to notify admins to set up default SQL instance.

JSON representation
{
  "requestInfo": [
    {
      object (RequestInfo)
    }
  ]
}
Fields
requestInfo[]

object (RequestInfo)

List of applications with requests for default SQL set up.

RequestInfo

Requests for one application that needs default SQL setup.

JSON representation
{
  "appKey": string,
  "appDeveloperEmail": [
    string
  ],
  "numberOfRequests": string
}
Fields
appKey

string

Required. The application that requires the SQL setup.

appDeveloperEmail[]

string

List of app developers who triggered notifications for above application.

numberOfRequests

string (int64 format)

Required. Number of requests sent for this application to set up default SQL instance.