Class CreateAITransformerMappingOptions
CreateAITransformerMappingOptions
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "CreateAITransformerMappingOptions")]
public class CreateAITransformerMappingOptions : IValidatableObject
Constructors
View SourceCreateAITransformerMappingOptions()
Initializes a new instance of the CreateAITransformerMappingOptions class.
Declaration
[JsonConstructor]
protected CreateAITransformerMappingOptions()
CreateAITransformerMappingOptions(string, Guid, Guid?, EntityTypeEnum, ContentSelectorEnum?, TriggerSelectorEnum?, bool?, AIMappingMatchOptions)
Initializes a new instance of the CreateAITransformerMappingOptions class.
Declaration
public CreateAITransformerMappingOptions(string name = null, Guid aiTransformId = default, Guid? entityId = null, CreateAITransformerMappingOptions.EntityTypeEnum entityType = (CreateAITransformerMappingOptions.EntityTypeEnum)0, CreateAITransformerMappingOptions.ContentSelectorEnum? contentSelector = null, CreateAITransformerMappingOptions.TriggerSelectorEnum? triggerSelector = null, bool? spreadRootArray = null, AIMappingMatchOptions matchOptions = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | name. |
| Guid | aiTransformId | aiTransformId (required). |
| Guid? | entityId | entityId. |
| CreateAITransformerMappingOptions.EntityTypeEnum | entityType | entityType (required). |
| CreateAITransformerMappingOptions.ContentSelectorEnum? | contentSelector | contentSelector. |
| CreateAITransformerMappingOptions.TriggerSelectorEnum? | triggerSelector | triggerSelector. |
| bool? | spreadRootArray | spreadRootArray. |
| AIMappingMatchOptions | matchOptions | matchOptions. |
Properties
View SourceAiTransformId
Gets or Sets AiTransformId
Declaration
[DataMember(Name = "aiTransformId", IsRequired = true, EmitDefaultValue = true)]
public Guid AiTransformId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
ContentSelector
Gets or Sets ContentSelector
Declaration
[DataMember(Name = "contentSelector", EmitDefaultValue = true)]
public CreateAITransformerMappingOptions.ContentSelectorEnum? ContentSelector { get; set; }
Property Value
| Type | Description |
|---|---|
| CreateAITransformerMappingOptions.ContentSelectorEnum? |
EntityId
Gets or Sets EntityId
Declaration
[DataMember(Name = "entityId", EmitDefaultValue = true)]
public Guid? EntityId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid? |
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 |
MatchOptions
Gets or Sets MatchOptions
Declaration
[DataMember(Name = "matchOptions", EmitDefaultValue = true)]
public AIMappingMatchOptions MatchOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| AIMappingMatchOptions |
Name
Gets or Sets Name
Declaration
[DataMember(Name = "name", EmitDefaultValue = true)]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SpreadRootArray
Gets or Sets SpreadRootArray
Declaration
[DataMember(Name = "spreadRootArray", EmitDefaultValue = true)]
public bool? SpreadRootArray { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
TriggerSelector
Gets or Sets TriggerSelector
Declaration
[DataMember(Name = "triggerSelector", EmitDefaultValue = true)]
public CreateAITransformerMappingOptions.TriggerSelectorEnum? TriggerSelector { get; set; }
Property Value
| Type | Description |
|---|---|
| CreateAITransformerMappingOptions.TriggerSelectorEnum? |
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 |