Class NotificationSettings
Inheritance
System.Object
NotificationSettings
Assembly: Crowdin.Api.dll
Syntax
public class NotificationSettings : object
Properties
|
Improve this Doc
View Source
ManagerLanguageCompleted
Declaration
public bool? ManagerLanguageCompleted { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
ManagerNewStrings
Declaration
public bool? ManagerNewStrings { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
TranslatorNewStrings
Declaration
public bool? TranslatorNewStrings { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|