Class UpdateScreenshotRequest
Inherited Members
Namespace: Crowdin.Api.Screenshots
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class UpdateScreenshotRequest
Properties
| Edit this page View SourceName
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
StorageId
Declaration
[JsonProperty("storageId")]
public long StorageId { get; set; }
Property Value
Type | Description |
---|---|
long |