TGetSubOrgIdsBody constructor
const
TGetSubOrgIdsBody({
- String? organizationId,
- String? filterType,
- String? filterValue,
- v1Pagination? paginationOptions,
Implementation
const TGetSubOrgIdsBody({
this.organizationId,
this.filterType,
this.filterValue,
this.paginationOptions,
});