Class EnterpriseInviteUserRequest
Inheritance
EnterpriseInviteUserRequest
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class EnterpriseInviteUserRequest
Properties
|
Edit this page
View Source
AdminAccess
Declaration
[JsonProperty("adminAccess")]
public bool? AdminAccess { get; set; }
Property Value
|
Edit this page
View Source
Email
Declaration
[JsonProperty("email")]
public string Email { get; set; }
Property Value
|
Edit this page
View Source
FirstName
Declaration
[JsonProperty("firstName")]
public string? FirstName { get; set; }
Property Value
|
Edit this page
View Source
LastName
Declaration
[JsonProperty("lastName")]
public string? LastName { get; set; }
Property Value
|
Edit this page
View Source
TimeZone
Declaration
[JsonProperty("timezone")]
public string? TimeZone { get; set; }
Property Value