Class Actor
An actor represents an individual person or group or system that performs actions through the UI and/or API.
public class Actor : Model
- Inheritance
-
Actor
- Derived
- Inherited Members
- Extension Methods
Constructors
Actor()
public Actor()
Properties
public string Email { get; set; }
Property Value
Language
public string Language { get; set; }
Property Value
Phone
public string Phone { get; set; }
Property Value
Secret
public string Secret { get; set; }
Property Value
TimeZone
public string TimeZone { get; set; }