Class InstallApplicationRequest
Inherited Members
Namespace: Crowdin.Api.Applications
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class InstallApplicationRequest
Properties
| Edit this page View SourcePermissions
Declaration
[JsonProperty("permissions")]
public ApplicationPermissions? Permissions { get; set; }
Property Value
Type | Description |
---|---|
ApplicationPermissions |
Url
Declaration
[JsonProperty("url")]
public string Url { get; set; }
Property Value
Type | Description |
---|---|
string |