IpnsApiListNamesRequest: {
    orderBy?: ListNamesRequestOrderBy;
    organizationId?: string;
    page?: number;
    pageSize?: number;
    projectId?: string;
    region?: Region;
}

Type declaration

  • OptionalorderBy?: ListNamesRequestOrderBy

    Sort the order of the returned names.

  • OptionalorganizationId?: string

    Organization ID.

  • Optionalpage?: number

    Page number.

  • OptionalpageSize?: number

    Maximum number of names to return per page.

  • OptionalprojectId?: string

    Project ID.

  • Optionalregion?: Region

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