Class ApplicationProject
Inherited Members
Namespace: Crowdin.Api.Applications
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class ApplicationProject
Properties
| Edit this page View SourceIds
Declaration
[JsonProperty("ids")]
public ICollection<long> Ids { get; set; }
Property Value
Type | Description |
---|---|
ICollection<long> |
Value
Declaration
[JsonProperty("value")]
public ApplicationProjectValue Value { get; set; }
Property Value
Type | Description |
---|---|
ApplicationProjectValue |