Class AITransformResultProjectionDto
AITransformResultProjectionDto
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "AITransformResultProjectionDto")]
public class AITransformResultProjectionDto : IValidatableObject
Constructors
View SourceAITransformResultProjectionDto()
Initializes a new instance of the AITransformResultProjectionDto class.
Declaration
[JsonConstructor]
protected AITransformResultProjectionDto()
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 SourceAiTransformId
Gets or Sets AiTransformId
Declaration
[DataMember(Name = "aiTransformId", IsRequired = true, EmitDefaultValue = true)]
public Guid AiTransformId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
AiTransformMappingId
Gets or Sets AiTransformMappingId
Declaration
[DataMember(Name = "aiTransformMappingId", EmitDefaultValue = true)]
public Guid? AiTransformMappingId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid? |
AttachmentId
Gets or Sets AttachmentId
Declaration
[DataMember(Name = "attachmentId", EmitDefaultValue = true)]
public string AttachmentId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CreatedAt
Gets or Sets CreatedAt
Declaration
[DataMember(Name = "createdAt", IsRequired = true, EmitDefaultValue = true)]
public DateTime CreatedAt { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
EmailId
Gets or Sets EmailId
Declaration
[DataMember(Name = "emailId", EmitDefaultValue = true)]
public Guid? EmailId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid? |
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", EmitDefaultValue = true)]
public AITransformResultProjectionDto.EntityTypeEnum? EntityType { get; set; }
Property Value
| Type | Description |
|---|---|
| AITransformResultProjectionDto.EntityTypeEnum? |
Id
Gets or Sets Id
Declaration
[DataMember(Name = "id", IsRequired = true, EmitDefaultValue = true)]
public Guid Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
SmsId
Gets or Sets SmsId
Declaration
[DataMember(Name = "smsId", EmitDefaultValue = true)]
public Guid? SmsId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid? |
UserId
Gets or Sets UserId
Declaration
[DataMember(Name = "userId", IsRequired = true, EmitDefaultValue = true)]
public Guid UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
Value
Gets or Sets Value
Declaration
[DataMember(Name = "value", EmitDefaultValue = true)]
public object Value { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
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 |