File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -710,15 +710,19 @@ type ListDomainsRequest struct {
710710// Page: requested page number. Value must be greater or equal to 1.
711711Page * int32 `json:"-"`
712712
713- // PageSize: page size.
713+ // PageSize: requested page size. Value must be between 1 and 1000 .
714714PageSize * uint32 `json:"-"`
715715
716+ // ProjectID: (Optional) ID of the Project in which to list the domains.
716717ProjectID * string `json:"-"`
717718
719+ // Status: (Optional) List domains under specific statuses.
718720Status []DomainStatus `json:"-"`
719721
722+ // OrganizationID: (Optional) ID of the Organization in which to list the domains.
720723OrganizationID * string `json:"-"`
721724
725+ // Name: (Optional) Names of the domains to list.
722726Name * string `json:"-"`
723727}
724728
You can’t perform that action at this time.
0 commit comments