Class DeleteAccountModel
Inherited Members
Namespace: EduCATS.Data.Models.User
Assembly: EduCATS.dll
Syntax
public class DeleteAccountModel
Properties
Id
Declaration
[JsonProperty("Id")]
public int Id { get; set; }
Property Value
Type | Description |
---|---|
int |
IsTest
Declaration
[JsonProperty("IsTest")]
public bool IsTest { get; set; }
Property Value
Type | Description |
---|---|
bool |
Text
Declaration
[JsonProperty("Text")]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
string |