ListDomainsRequest: {
    containerId: string;
    orderBy?: Container.v1beta1.ListDomainsRequestOrderBy;
    page?: number;
    pageSize?: number;
    region?: Region;
}

Type declaration

  • containerId: string

    UUID of the container the domain belongs to.

  • OptionalorderBy?: Container.v1beta1.ListDomainsRequestOrderBy

    Order of the domains.

  • Optionalpage?: number

    Page number.

  • OptionalpageSize?: number

    Number of domains per page.

  • Optionalregion?: Region

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