Class ApplicationModule
Inheritance
System.Object
ApplicationModule
Assembly: Crowdin.Api.dll
Syntax
public class ApplicationModule : object
Properties
|
Improve this Doc
View Source
AuthenticationType
Declaration
public string AuthenticationType { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Data
Declaration
public JObject Data { get; set; }
Property Value
|
Improve this Doc
View Source
Key
Declaration
public string Key { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|