GetAccountSettingsResponse

APIs.ioEngineeringPlatform

Properties

Name Type Description
AccountLimit object
AccountUsage object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-getaccountsettingsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetAccountSettingsResponse",
  "title": "GetAccountSettingsResponse",
  "type": "object",
  "properties": {
    "AccountLimit": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AccountLimit"
        },
        {
          "description": "Limits that are related to concurrency and code storage."
        }
      ]
    },
    "AccountUsage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AccountUsage"
        },
        {
          "description": "The number of functions and amount of storage in use."
        }
      ]
    }
  }
}