Search Results for

    Show / Hide Table of Contents

    Class AITransformResultProjection

    AITransformResultProjection

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

    Constructors

    View Source

    AITransformResultProjection()

    Initializes a new instance of the AITransformResultProjection class.

    Declaration
    [JsonConstructor]
    protected AITransformResultProjection()
    View Source

    AITransformResultProjection(Guid, Guid, Guid, EntityTypeEnum, Guid, string, Guid)

    Initializes a new instance of the AITransformResultProjection class.

    Declaration
    public AITransformResultProjection(Guid userId = default, Guid aiTransformId = default, Guid entityId = default, AITransformResultProjection.EntityTypeEnum entityType = (AITransformResultProjection.EntityTypeEnum)0, Guid aiTransformMappingId = default, string value = null, Guid id = default)
    Parameters
    Type Name Description
    Guid userId

    userId (required).

    Guid aiTransformId

    aiTransformId (required).

    Guid entityId

    entityId (required).

    AITransformResultProjection.EntityTypeEnum entityType

    entityType (required).

    Guid aiTransformMappingId

    aiTransformMappingId (required).

    string value

    value.

    Guid id

    id (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", IsRequired = true, EmitDefaultValue = true)]
    public Guid AiTransformMappingId { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    EntityId

    Gets or Sets EntityId

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

    EntityType

    Gets or Sets EntityType

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

    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 = false)]
    public string Value { get; set; }
    Property Value
    Type Description
    string

    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.