ListDNSZonesRequest: {
    createdAfter?: Date;
    createdBefore?: Date;
    dnsZone?: string;
    dnsZones?: string[];
    domain: string;
    orderBy?: ListDNSZonesRequestOrderBy;
    organizationId?: string;
    page?: number;
    pageSize?: number;
    projectId?: string;
    updatedAfter?: Date;
    updatedBefore?: Date;
}

Type declaration

  • OptionalcreatedAfter?: Date

    Only list DNS zones created after this date.

  • OptionalcreatedBefore?: Date

    Only list DNS zones created before this date.

  • OptionaldnsZone?: string

    DNS zone on which to filter the returned DNS zones.

  • OptionaldnsZones?: string[]

    DNS zones on which to filter the returned DNS zones.

  • domain: string

    Domain on which to filter the returned DNS zones.

  • OptionalorderBy?: ListDNSZonesRequestOrderBy

    Sort order of the returned DNS zones.

  • OptionalorganizationId?: string

    Organization ID on which to filter the returned DNS zones.

  • Optionalpage?: number

    Page number to return, from the paginated results.

  • OptionalpageSize?: number

    Maximum number of DNS zones to return per page.

  • OptionalprojectId?: string

    Project ID on which to filter the returned DNS zones.

  • OptionalupdatedAfter?: Date

    Only list DNS zones updated after this date.

  • OptionalupdatedBefore?: Date

    Only list DNS zones updated before this date.