Class ApplicationModule
Inheritance
ApplicationModule
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class ApplicationModule
Properties
|
Edit this page
View Source
AuthenticationType
Declaration
[JsonProperty("authenticationType")]
public string AuthenticationType { get; set; }
Property Value
|
Edit this page
View Source
Data
Declaration
[JsonProperty("data")]
public JObject Data { get; set; }
Property Value
|
Edit this page
View Source
Key
Declaration
[JsonProperty("key")]
public string Key { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value