Class AddProjectFileFormatSettingsRequest
Inherited Members
Namespace: Crowdin.Api.ProjectsGroups
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class AddProjectFileFormatSettingsRequest
Properties
| Edit this page View SourceFormat
Declaration
[JsonProperty("format")]
public ProjectFileType Format { get; set; }
Property Value
Type | Description |
---|---|
ProjectFileType |
Settings
Declaration
[JsonProperty("settings")]
public FileFormatSettings Settings { get; set; }
Property Value
Type | Description |
---|---|
FileFormatSettings |