GetDelegationsResponse
The GetDelegationsResponse class represents a response containing a list of delegations.
Properties
| Name | Description |
|---|---|
| Delegations | A list of DelegationBase objects representing the delegations. |
Constructors
| Name | Description |
|---|---|
| GetDelegationsResponse() | Initializes a new instance of the GetDelegationsResponse class. |
| GetDelegationsResponse(delegations) | Initializes a new instance of the GetDelegationsResponse class with a specified list of delegations. |