Class NotificationSettings
Inheritance
NotificationSettings
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class NotificationSettings
Properties
|
Edit this page
View Source
ManagerLanguageCompleted
Declaration
[JsonProperty("managerLanguageCompleted")]
public bool? ManagerLanguageCompleted { get; set; }
Property Value
|
Edit this page
View Source
ManagerNewStrings
Declaration
[JsonProperty("managerNewStrings")]
public bool? ManagerNewStrings { get; set; }
Property Value
|
Edit this page
View Source
TranslatorNewStrings
Declaration
[JsonProperty("translatorNewStrings")]
public bool? TranslatorNewStrings { get; set; }
Property Value