Class Application
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class Application
Properties
|
Edit this page
View Source
BaseUrl
Declaration
[JsonProperty("baseUrl")]
public string BaseUrl { get; set; }
Property Value
|
Edit this page
View Source
CreatedAt
Declaration
[JsonProperty("createdAt")]
public DateTimeOffset CreatedAt { get; set; }
Property Value
|
Edit this page
View Source
DefaultPermissions
Declaration
[JsonProperty("defaultPermissions")]
public JObject DefaultPermissions { get; set; }
Property Value
|
Edit this page
View Source
Description
Declaration
[JsonProperty("description")]
public string Description { get; set; }
Property Value
|
Edit this page
View Source
Identifier
Declaration
[JsonProperty("identifier")]
public string Identifier { get; set; }
Property Value
|
Edit this page
View Source
LimitReached
Declaration
[JsonProperty("limitReached")]
public bool LimitReached { get; set; }
Property Value
|
Edit this page
View Source
Logo
Declaration
[JsonProperty("logo")]
public string Logo { get; set; }
Property Value
|
Edit this page
View Source
ManifestUrl
Declaration
[JsonProperty("manifestUrl")]
public string ManifestUrl { get; set; }
Property Value
|
Edit this page
View Source
Modules
Declaration
[JsonProperty("modules")]
public ApplicationModule[] Modules { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Permissions
Declaration
[JsonProperty("permissions")]
public ApplicationPermissions Permissions { get; set; }
Property Value
|
Edit this page
View Source
Scopes
Declaration
[JsonProperty("scopes")]
public string[] Scopes { get; set; }
Property Value