Show / Hide Table of Contents

Class CreateUserRequest

Developer Preview: Request message for CreateUser.

Inheritance
object
CreateUserRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX