Class Motd
Inheritance
System.Object
Motd
Assembly: LymeTemplateApi.Models.dll
Syntax
public class Motd : object
Properties
Expires
Declaration
public DateTime? Expires { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
Icon
Declaration
public string Icon { get; set; }
Property Value
Type |
Description |
System.String |
|
LearnMoreUrl
Declaration
public string LearnMoreUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Message
Declaration
public string Message { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|