Class LanguageReference
Inheritance
System.Object
LanguageReference
Assembly: Crowdin.Api.dll
Syntax
public class LanguageReference : object
Properties
|
Improve this Doc
View Source
LanguageId
Declaration
public string LanguageId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TeamIds
Declaration
public int[] TeamIds { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
|
Improve this Doc
View Source
UserIds
Declaration
public int[] UserIds { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|