Class ReportSettingsTemplateBase
Inheritance
ReportSettingsTemplateBase
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public abstract class ReportSettingsTemplateBase
Properties
|
Edit this page
View Source
CreatedAt
Declaration
[JsonProperty("createdAt")]
public DateTimeOffset CreatedAt { 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
Id
Declaration
[JsonProperty("id")]
public long Id { get; set; }
Property Value
|
Edit this page
View Source
IsPublic
Declaration
[JsonProperty("isPublic")]
public bool IsPublic { get; set; }
Property Value
|
Edit this page
View Source
Mode
Declaration
[JsonProperty("mode")]
public ReportSettingsTemplateMode Mode { 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
|
Edit this page
View Source
UpdatedAt
Declaration
[JsonProperty("updatedAt")]
public DateTimeOffset? UpdatedAt { get; set; }
Property Value