Class CreateUserRequest
Developer Preview: Request message for CreateUser.
Implements
Inherited Members
Namespace: Google.Apis.PostmasterTools.v2.Data
Assembly: Google.Apis.PostmasterTools.v2.dll
Syntax
public class CreateUserRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Permission
Optional. Specifies the permission level to give the user for the specified domain. If not specified, the default value for this field is READER.
Declaration
[JsonProperty("permission")]
public virtual string Permission { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserId
Required. The user to create.
Declaration
[JsonProperty("userId")]
public virtual string UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |