Class EnterpriseProject
Inheritance
EnterpriseProject
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class EnterpriseProject : ProjectBase
Properties
|
Edit this page
View Source
Background
Declaration
[JsonProperty("background")]
public string Background { get; set; }
Property Value
|
Edit this page
View Source
ExternalType
Declaration
[JsonProperty("externalType")]
public ProjectExternalType? ExternalType { get; set; }
Property Value
|
Edit this page
View Source
GroupId
Declaration
[JsonProperty("groupId")]
public long GroupId { get; set; }
Property Value
|
Edit this page
View Source
HasCrowdSourcing
Declaration
[JsonProperty("hasCrowdsourcing")]
public bool HasCrowdSourcing { get; set; }
Property Value
|
Edit this page
View Source
IsExternal
Declaration
[JsonProperty("isExternal")]
public bool IsExternal { get; set; }
Property Value
|
Edit this page
View Source
WorkflowId
Declaration
[JsonProperty("workflowId")]
public long WorkflowId { get; set; }
Property Value