Search Results for

    Show / Hide Table of Contents

    Class AITransformResultProjectionDto

    AITransformResultProjectionDto

    Inheritance
    object
    AITransformResultProjectionDto
    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 = "AITransformResultProjectionDto")]
    public class AITransformResultProjectionDto : IValidatableObject

    Constructors

    View Source

    AITransformResultProjectionDto()

    Initializes a new instance of the AITransformResultProjectionDto class.

    Declaration
    [JsonConstructor]
    protected AITransformResultProjectionDto()
    View Source

    AITransformResultProjectionDto(Guid, Guid, Guid?, Guid, object, Guid?, EntityTypeEnum?, Guid?, Guid?, string, DateTime)

    Initializes a new instance of the AITransformResultProjectionDto class.

    Declaration
    public AITransformResultProjectionDto(Guid id = default, Guid aiTransformId = default, Guid? aiTransformMappingId = null, Guid userId = default, object value = null, Guid? entityId = null, AITransformResultProjectionDto.EntityTypeEnum? entityType = null, Guid? smsId = null, Guid? emailId = null, string attachmentId = null, DateTime createdAt = default)
    Parameters
    Type Name Description
    Guid id

    id (required).

    Guid aiTransformId

    aiTransformId (required).

    Guid? aiTransformMappingId

    aiTransformMappingId.

    Guid userId

    userId (required).

    object value

    value.

    Guid? entityId

    entityId.

    AITransformResultProjectionDto.EntityTypeEnum? entityType

    entityType.

    Guid? smsId

    smsId.

    Guid? emailId

    emailId.

    string attachmentId

    attachmentId.

    DateTime createdAt

    createdAt (required).

    Properties

    View Source

    AiTransformId

    Gets or Sets AiTransformId

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

    AiTransformMappingId

    Gets or Sets AiTransformMappingId

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

    AttachmentId

    Gets or Sets AttachmentId

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

    CreatedAt

    Gets or Sets CreatedAt

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

    EmailId

    Gets or Sets EmailId

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

    EntityId

    Gets or Sets EntityId

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

    EntityType

    Gets or Sets EntityType

    Declaration
    [DataMember(Name = "entityType", EmitDefaultValue = true)]
    public AITransformResultProjectionDto.EntityTypeEnum? EntityType { get; set; }
    Property Value
    Type Description
    AITransformResultProjectionDto.EntityTypeEnum?
    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

    SmsId

    Gets or Sets SmsId

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

    UserId

    Gets or Sets UserId

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

    Value

    Gets or Sets Value

    Declaration
    [DataMember(Name = "value", EmitDefaultValue = true)]
    public object Value { get; set; }
    Property Value
    Type Description
    object

    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.