GetDelegationsResponse Constructors
An object defining constructors for the GetDelegationsResponse class.
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.
Parameters:
delegations (required): List<DelegationBase>
A list ofDelegationBaseobjects representing the delegations.