Class StringsExporterSettingsResource
Inheritance
System.Object
StringsExporterSettingsResource
Assembly: Crowdin.Api.dll
Syntax
public class StringsExporterSettingsResource : object
Properties
|
Improve this Doc
View Source
CreatedAt
Declaration
public DateTimeOffset CreatedAt { get; set; }
Property Value
Type |
Description |
DateTimeOffset |
|
|
Improve this Doc
View Source
Declaration
public ProjectFileType Format { get; set; }
Property Value
|
Improve this Doc
View Source
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Settings
Declaration
public StringsExporterSettings Settings { get; set; }
Property Value
|
Improve this Doc
View Source
UpdatedAt
Declaration
public DateTimeOffset? UpdatedAt { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTimeOffset> |
|