Class AddDirectoryRequest
Inheritance
System.Object
AddDirectoryRequest
Assembly: Crowdin.Api.dll
Syntax
public class AddDirectoryRequest : object
Properties
|
Improve this Doc
View Source
BranchId
Declaration
public int? BranchId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
DirectoryId
Declaration
public int? DirectoryId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
ExportPattern
Declaration
public string? ExportPattern { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Priority
Declaration
public Priority? Priority { get; set; }
Property Value
Type |
Description |
System.Nullable<Priority> |
|
|
Improve this Doc
View Source
Title
Declaration
public string? Title { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|