Class InitialSetup.Command
public record InitialSetup.Command : LoggableRequest<CommandResponseDto<ShortGuid>>, IRequest<CommandResponseDto<ShortGuid>>, IBaseRequest, ILoggableRequest, IEquatable<LoggableRequest<CommandResponseDto<ShortGuid>>>, IEquatable<InitialSetup.Command>
- Inheritance
-
InitialSetup.Command
- Implements
-
IBaseRequest
- Inherited Members
-
Properties
FirstName
public string FirstName { get; init; }
Property Value
- string
LastName
public string LastName { get; init; }
Property Value
- string
OrganizationName
public string OrganizationName { get; init; }
Property Value
- string
SmtpDefaultFromAddress
public string SmtpDefaultFromAddress { get; init; }
Property Value
- string
SmtpDefaultFromName
public string SmtpDefaultFromName { get; init; }
Property Value
- string
SmtpHost
[JsonIgnore]
public string SmtpHost { get; init; }
Property Value
- string
SmtpPassword
[JsonIgnore]
public string SmtpPassword { get; init; }
Property Value
- string
SmtpPort
[JsonIgnore]
public int? SmtpPort { get; init; }
Property Value
- int?
SmtpUsername
[JsonIgnore]
public string SmtpUsername { get; init; }
Property Value
- string
SuperAdminEmailAddress
[JsonIgnore]
public string SuperAdminEmailAddress { get; init; }
Property Value
- string
SuperAdminPassword
[JsonIgnore]
public string SuperAdminPassword { get; init; }
Property Value
- string
TimeZone
public string TimeZone { get; init; }
Property Value
- string
WebsiteUrl
public string WebsiteUrl { get; init; }
Property Value
- string