Class ListDelegatesResponse
Response for the ListDelegates method.
public class ListDelegatesResponse : IDirectResponseSchema
- Inheritance
-
ListDelegatesResponse
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
ListDelegatesResponse()
public ListDelegatesResponse()
Properties
Delegates
List of the user's delegates (with any verification status). If an account doesn't have delegates, this field doesn't appear.
public virtual IList<Delegate> Delegates { get; set; }
Property Value
ETag
The ETag of the item.
public virtual string ETag { get; set; }