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