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