Class WebhookActorDetails
The webhook actor details.
public class WebhookActorDetails
- Inheritance
-
WebhookActorDetails
- Inherited Members
Properties
Id
Gets or sets the id.
[DataMember(Name = "id", EmitDefaultValue = false)]
[JsonProperty("id")]
public string Id { get; set; }
Property Value
UserType
Gets or sets the user type.
[DataMember(Name = "userType", EmitDefaultValue = false)]
[JsonProperty("userType")]
public string UserType { get; set; }