NatsApiListNatsAccountsRequest: {
    orderBy?: ListNatsAccountsRequestOrderBy;
    page?: number;
    pageSize?: number;
    projectId?: string;
    region?: Region;
}

Type declaration

  • OptionalorderBy?: ListNatsAccountsRequestOrderBy

    Order in which to return results.

  • Optionalpage?: number

    Page number to return.

  • OptionalpageSize?: number

    Maximum number of NATS accounts to return per page.

  • OptionalprojectId?: string

    Include only NATS accounts in this Project.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.