Class StorageResource
Inherited Members
Namespace: Crowdin.Api.Storage
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class StorageResource
Properties
| Edit this page View SourceFileName
Declaration
[JsonProperty("fileName")]
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Declaration
[JsonProperty("id")]
public long Id { get; set; }
Property Value
Type | Description |
---|---|
long |