Class FileFormatSettingsResource
Inheritance
FileFormatSettingsResource
Assembly: Crowdin.Api.dll
[PublicAPI]
public class FileFormatSettingsResource
Properties
|
Edit this page
View Source
Declaration
[JsonProperty("createdAt")]
public DateTimeOffset CreatedAt { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("extensions")]
public string[] Extensions { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("format")]
public ProjectFileType Format { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("id")]
public long Id { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("settings")]
public FileFormatSettings Settings { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("updatedAt")]
public DateTimeOffset? UpdatedAt { get; set; }
Property Value