Class FileFormatSettingsResource
Inheritance
System.Object
FileFormatSettingsResource
Assembly: Crowdin.Api.dll
public class FileFormatSettingsResource : object
Properties
|
Improve this Doc
View Source
Declaration
public DateTimeOffset CreatedAt { get; set; }
Property Value
Type |
Description |
DateTimeOffset |
|
|
Improve this Doc
View Source
Declaration
public string[] Extensions { get; set; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
Declaration
public ProjectFileType Format { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public FileFormatSettings Settings { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public DateTimeOffset? UpdatedAt { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTimeOffset> |
|