Class LanguageReference
Inheritance
LanguageReference
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class LanguageReference
Properties
|
Edit this page
View Source
LanguageId
Declaration
[JsonProperty("languageId")]
public string LanguageId { get; set; }
Property Value
|
Edit this page
View Source
TeamIds
Declaration
[JsonProperty("teamIds")]
public long[]? TeamIds { get; set; }
Property Value
|
Edit this page
View Source
UserIds
Declaration
[JsonProperty("userIds")]
public long[]? UserIds { get; set; }
Property Value