TGetSubOrgIdsBody class

Constructors

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

Properties

filterType String?
Specifies the type of filter to apply, i.e 'CREDENTIAL_ID', 'NAME', 'USERNAME', 'EMAIL', 'PHONE_NUMBER', 'OIDC_TOKEN', 'WALLET_ACCOUNT_ADDRESS' or 'PUBLIC_KEY'
final
filterValue String?
The value of the filter to apply for the specified type. For example, a specific email or name string.
final
hashCode int
The hash code for this object.
no setterinherited
organizationId String?
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