Table of Contents

Class MailTemplateReducedResponseDto

Namespace
GastroSky.Models.DTO.MailTemplate
Assembly
GastroSky.Models.dll

Response body for a GastroSky.Models.DTO.MailTemplate with reduced bandwidth consumption (HTML bodies not included).

public sealed class MailTemplateReducedResponseDto
Inheritance
MailTemplateReducedResponseDto
Inherited Members

Properties

Id

public string Id { get; set; }

Property Value

string

LastModificationTimestampUTC

Unix-timestamp of when this GastroSky.Models.DTO.MailTemplate was last modified.

public long? LastModificationTimestampUTC { get; set; }

Property Value

long?

Subject

public required TranslatableFieldDto Subject { get; set; }

Property Value

TranslatableFieldDto