Class Application
Inheritance
System.Object
Application
Assembly: Crowdin.Api.dll
Syntax
public class Application : object
Properties
|
Improve this Doc
View Source
BaseUrl
Declaration
public string BaseUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CreatedAt
Declaration
public DateTimeOffset CreatedAt { get; set; }
Property Value
Type |
Description |
DateTimeOffset |
|
|
Improve this Doc
View Source
DefaultPermissions
Declaration
public JObject DefaultPermissions { get; set; }
Property Value
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Identifier
Declaration
public string Identifier { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LimitReached
Declaration
public bool LimitReached { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Logo
Declaration
public string Logo { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ManifestUrl
Declaration
public string ManifestUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Modules
Declaration
public ApplicationModule[] Modules { get; set; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Permissions
Declaration
public ApplicationPermissions Permissions { get; set; }
Property Value
|
Improve this Doc
View Source
Scopes
Declaration
public string[] Scopes { get; set; }
Property Value
Type |
Description |
System.String[] |
|