decided against adding api_key and settings to AccountResponseData (for now)
This commit is contained in:
parent
518a42b20a
commit
b77aac8c57
1 changed files with 0 additions and 4 deletions
|
@ -4,9 +4,5 @@
|
||||||
public string Email { get; set; } = string.Empty;
|
public string Email { get; set; } = string.Empty;
|
||||||
public string Name { get; set; } = string.Empty;
|
public string Name { get; set; } = string.Empty;
|
||||||
public TimeData Created { get; set; } = TimeData.Empty;
|
public TimeData Created { get; set; } = TimeData.Empty;
|
||||||
//TODO Add api_key and settings to AccountResponseData
|
|
||||||
// <!--
|
|
||||||
// order:-180
|
|
||||||
// -->
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue