Class StringsExporterSettingsResource
Inheritance
StringsExporterSettingsResource
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class StringsExporterSettingsResource
Properties
|
Edit this page
View Source
CreatedAt
Declaration
[JsonProperty("createdAt")]
public DateTimeOffset CreatedAt { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("format")]
public ProjectFileType Format { 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
Settings
Declaration
[JsonProperty("settings")]
public StringsExporterSettings Settings { get; set; }
Property Value
|
Edit this page
View Source
UpdatedAt
Declaration
[JsonProperty("updatedAt")]
public DateTimeOffset? UpdatedAt { get; set; }
Property Value