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