Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 2.87 KB

listdomainsrequest.md

File metadata and controls

18 lines (13 loc) · 2.87 KB

ListDomainsRequest

Example Usage

import { ListDomainsRequest } from "dub/models/operations";

let value: ListDomainsRequest = {};

Fields

Field Type Required Description Example
archived boolean Whether to include archived domains in the response. Defaults to false if not provided.
search string The search term to filter the domains by.
page number The page number for pagination. 1
pageSize number The number of items per page. 50