GetDelegationsResponse Constructors
An object defining constructors for the GetDelegationsResponse class.
GetDelegationsResponse(delegations)
Initializes a new instance of the GetDelegationsResponse
class with a specified list of delegations.
Parameters:
delegations (required): List<DelegationBase>
A list ofDelegationBase
objects representing the delegations.
GetDelegationsResponse()
Initializes a new instance of the GetDelegationsResponse
class.