Show / Hide Table of Contents

Class Motd

Inheritance
System.Object
Motd
Namespace: LymeTemplateApi.Models.Api
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
In This Article
Back to top Generated by DocFX