Class EntityAutomationItemProjection
EntityAutomationItemProjection
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "EntityAutomationItemProjection")]
public class EntityAutomationItemProjection : IValidatableObject
Constructors
View SourceEntityAutomationItemProjection()
Initializes a new instance of the EntityAutomationItemProjection class.
Declaration
[JsonConstructor]
protected EntityAutomationItemProjection()
EntityAutomationItemProjection(Guid, Guid, string, AutomationTypeEnum, string, Guid)
Initializes a new instance of the EntityAutomationItemProjection class.
Declaration
public EntityAutomationItemProjection(Guid inboxId = default, Guid phoneId = default, string action = null, EntityAutomationItemProjection.AutomationTypeEnum automationType = (EntityAutomationItemProjection.AutomationTypeEnum)0, string name = null, Guid id = default)
Parameters
Type | Name | Description |
---|---|---|
Guid | inboxId | inboxId. |
Guid | phoneId | phoneId. |
string | action | action. |
EntityAutomationItemProjection.AutomationTypeEnum | automationType | automationType (required). |
string | name | name. |
Guid | id | id (required). |
Properties
View SourceAction
Gets or Sets Action
Declaration
[DataMember(Name = "action", EmitDefaultValue = false)]
public string Action { get; set; }
Property Value
Type | Description |
---|---|
string |
AutomationType
Gets or Sets AutomationType
Declaration
[DataMember(Name = "automationType", IsRequired = true, EmitDefaultValue = true)]
public EntityAutomationItemProjection.AutomationTypeEnum AutomationType { get; set; }
Property Value
Type | Description |
---|---|
EntityAutomationItemProjection.AutomationTypeEnum |
Id
Gets or Sets Id
Declaration
[DataMember(Name = "id", IsRequired = true, EmitDefaultValue = true)]
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
InboxId
Gets or Sets InboxId
Declaration
[DataMember(Name = "inboxId", EmitDefaultValue = false)]
public Guid InboxId { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Name
Gets or Sets Name
Declaration
[DataMember(Name = "name", EmitDefaultValue = false)]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PhoneId
Gets or Sets PhoneId
Declaration
[DataMember(Name = "phoneId", EmitDefaultValue = false)]
public Guid PhoneId { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Methods
View SourceToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
string | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | String presentation of the object |