Class FastlyAccountCreateRequestAttributes

Attributes object for creating a Fastly account.

Hierarchy

  • FastlyAccountCreateRequestAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
apiKey: string

The API key for the Fastly account.

name: string

The name of the Fastly account.

services?: FastlyService[]

A list of services belonging to the parent account.

Generated using TypeDoc