Search Results for

    Show / Hide Table of Contents

    Class EntityAutomationItemProjection

    EntityAutomationItemProjection

    Inheritance
    object
    EntityAutomationItemProjection
    Implements
    IValidatableObject
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: mailslurp.Model
    Assembly: mailslurp.dll
    Syntax
    [DataContract(Name = "EntityAutomationItemProjection")]
    public class EntityAutomationItemProjection : IValidatableObject

    Constructors

    View Source

    EntityAutomationItemProjection()

    Initializes a new instance of the EntityAutomationItemProjection class.

    Declaration
    [JsonConstructor]
    protected EntityAutomationItemProjection()
    View Source

    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 Source

    Action

    Gets or Sets Action

    Declaration
    [DataMember(Name = "action", EmitDefaultValue = false)]
    public string Action { get; set; }
    Property Value
    Type Description
    string
    View Source

    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
    View Source

    Id

    Gets or Sets Id

    Declaration
    [DataMember(Name = "id", IsRequired = true, EmitDefaultValue = true)]
    public Guid Id { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    InboxId

    Gets or Sets InboxId

    Declaration
    [DataMember(Name = "inboxId", EmitDefaultValue = false)]
    public Guid InboxId { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    Name

    Gets or Sets Name

    Declaration
    [DataMember(Name = "name", EmitDefaultValue = false)]
    public string Name { get; set; }
    Property Value
    Type Description
    string
    View Source

    PhoneId

    Gets or Sets PhoneId

    Declaration
    [DataMember(Name = "phoneId", EmitDefaultValue = false)]
    public Guid PhoneId { get; set; }
    Property Value
    Type Description
    Guid

    Methods

    View Source

    ToJson()

    Returns the JSON string presentation of the object

    Declaration
    public virtual string ToJson()
    Returns
    Type Description
    string

    JSON string presentation of the object

    View Source

    ToString()

    Returns the string presentation of the object

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    String presentation of the object

    Overrides
    object.ToString()

    Implements

    IValidatableObject
    • View Source
    In this article
    Back to top See MailSlurp website for more information.