v1GetVerifiedSubOrgIdsRequest class

Constructors

v1GetVerifiedSubOrgIdsRequest({required String organizationId, String? filterType, String? filterValue, v1Pagination? paginationOptions})
const
v1GetVerifiedSubOrgIdsRequest.fromJson(Map<String, dynamic> json)
factory

Properties

filterType String?
Specifies the type of filter to apply, i.e 'EMAIL', 'PHONE_NUMBER'.
final
filterValue String?
The value of the filter to apply for the specified type. For example, a specific email or phone number string.
final
hashCode int
The hash code for this object.
no setterinherited
organizationId String
Unique identifier for the parent organization. This is used to find sub-organizations within it.
final
paginationOptions v1Pagination?
Parameters used for cursor-based pagination.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited