Class ContactField
- Namespace
- Mailtrap.ContactFields.Models
- Assembly
- Mailtrap.Abstractions.dll
Represents Contact Field details.
public sealed record ContactField : IEquatable<ContactField>
- Inheritance
-
ContactField
- Implements
Properties
DataType
Gets or sets contact field data type.
[JsonPropertyName("data_type")]
public ContactFieldDataType? DataType { get; set; }
Property Value
- ContactFieldDataType
Contact field data type.
Id
Gets or sets contact field identifier.
[JsonPropertyName("id")]
public long Id { get; set; }
Property Value
- long
Contact field identifier.
MergeTag
Gets or sets contact field merge tag.
[JsonPropertyName("merge_tag")]
public string? MergeTag { get; set; }
Property Value
- string
Contact field merge tag.
Name
Gets or sets contact field name.
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
- string
Contact field name.