Class EnterpriseInviteUserRequest
Inheritance
System.Object
EnterpriseInviteUserRequest
Assembly: Crowdin.Api.dll
Syntax
public class EnterpriseInviteUserRequest : object
Properties
|
Improve this Doc
View Source
AdminAccess
Declaration
public bool? AdminAccess { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Email
Declaration
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FirstName
Declaration
public string? FirstName { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
LastName
Declaration
public string? LastName { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
TimeZone
Declaration
public string? TimeZone { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|