Class ContactModificationRequestDto
Request DTO for the modification of a GastroSky.Models.DTO.Contact.
public sealed class ContactModificationRequestDto
- Inheritance
-
ContactModificationRequestDto
- Inherited Members
Properties
Category
public PostCategory? Category { get; set; }
Property Value
Company
public string? Company { get; set; }
Property Value
CompanyPosition
public string? CompanyPosition { get; set; }
Property Value
public string? Email { get; set; }
Property Value
HasMultipleObjects
public bool? HasMultipleObjects { get; set; }
Property Value
- bool?
ItemTypes
public ItemType[]? ItemTypes { get; set; }
Property Value
- ItemType[]
Language
public Language Language { get; set; }
Property Value
Name
[Required]
public required string Name { get; set; }
Property Value
Notes
public string? Notes { get; set; }
Property Value
ObjectTie
public string? ObjectTie { get; set; }
Property Value
Phone
public string? Phone { get; set; }
Property Value
PublicationMethod
public string? PublicationMethod { get; set; }
Property Value
Status
public ContactStatus? Status { get; set; }
Property Value
ToContactAgainOnTimestampUTC
public long? ToContactAgainOnTimestampUTC { get; set; }
Property Value
- long?
Url
public string? Url { get; set; }
Property Value
WhereFrom
public string? WhereFrom { get; set; }