Search Results for

    Show / Hide Table of Contents

    Class CreateAITransformerMappingOptions

    CreateAITransformerMappingOptions

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

    Constructors

    View Source

    CreateAITransformerMappingOptions()

    Initializes a new instance of the CreateAITransformerMappingOptions class.

    Declaration
    [JsonConstructor]
    protected CreateAITransformerMappingOptions()
    View Source

    CreateAITransformerMappingOptions(string, Guid, Guid, EntityTypeEnum, ContentSelectorEnum?, TriggerSelectorEnum?, bool)

    Initializes a new instance of the CreateAITransformerMappingOptions class.

    Declaration
    public CreateAITransformerMappingOptions(string name = null, Guid aiTransformId = default, Guid entityId = default, CreateAITransformerMappingOptions.EntityTypeEnum entityType = (CreateAITransformerMappingOptions.EntityTypeEnum)0, CreateAITransformerMappingOptions.ContentSelectorEnum? contentSelector = null, CreateAITransformerMappingOptions.TriggerSelectorEnum? triggerSelector = null, bool spreadRootArray = false)
    Parameters
    Type Name Description
    string name

    name (required).

    Guid aiTransformId

    aiTransformId (required).

    Guid entityId

    entityId (required).

    CreateAITransformerMappingOptions.EntityTypeEnum entityType

    entityType (required).

    CreateAITransformerMappingOptions.ContentSelectorEnum? contentSelector

    contentSelector.

    CreateAITransformerMappingOptions.TriggerSelectorEnum? triggerSelector

    triggerSelector.

    bool spreadRootArray

    spreadRootArray.

    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

    ContentSelector

    Gets or Sets ContentSelector

    Declaration
    [DataMember(Name = "contentSelector", EmitDefaultValue = false)]
    public CreateAITransformerMappingOptions.ContentSelectorEnum? ContentSelector { get; set; }
    Property Value
    Type Description
    CreateAITransformerMappingOptions.ContentSelectorEnum?
    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 CreateAITransformerMappingOptions.EntityTypeEnum EntityType { get; set; }
    Property Value
    Type Description
    CreateAITransformerMappingOptions.EntityTypeEnum
    View Source

    Name

    Gets or Sets Name

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

    SpreadRootArray

    Gets or Sets SpreadRootArray

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

    TriggerSelector

    Gets or Sets TriggerSelector

    Declaration
    [DataMember(Name = "triggerSelector", EmitDefaultValue = false)]
    public CreateAITransformerMappingOptions.TriggerSelectorEnum? TriggerSelector { get; set; }
    Property Value
    Type Description
    CreateAITransformerMappingOptions.TriggerSelectorEnum?

    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.