Class AddUserReportSettingsTemplateRequest
Inheritance
AddUserReportSettingsTemplateRequest
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class AddUserReportSettingsTemplateRequest
Properties
|
Edit this page
View Source
Config
Declaration
[JsonProperty("config")]
public AddUserReportSettingsTemplateRequest.ConfigurationForm Config { get; set; }
Property Value
|
Edit this page
View Source
Currency
Declaration
[JsonProperty("currency")]
public ReportCurrency Currency { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Unit
Declaration
[JsonProperty("unit")]
public ReportUnit Unit { get; set; }
Property Value