Class AddScreenshotRequest
Inheritance
System.Object
AddScreenshotRequest
Assembly: Crowdin.Api.dll
Syntax
public class AddScreenshotRequest : object
Properties
|
Improve this Doc
View Source
AutoTag
Declaration
public bool? AutoTag { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
LabelIds
Declaration
public int[] LabelIds { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
StorageId
Declaration
public long StorageId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|