Class AddTeamMembersResponse
Inheritance
AddTeamMembersResponse
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class AddTeamMembersResponse
Properties
|
Edit this page
View Source
Added
Declaration
[JsonProperty("added")]
public TeamMember[] Added { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("pagination")]
public Pagination Pagination { get; set; }
Property Value
|
Edit this page
View Source
Skipped
Declaration
[JsonProperty("skipped")]
public TeamMember[] Skipped { get; set; }
Property Value