Class UsersResource.CreateGuestRequest
Create a guest user with access to a subset of Workspace capabilities. This feature is currently in Alpha. Please reach out to support if you are interested in trying this feature.
Inheritance
UsersResource.CreateGuestRequest
Inherited Members
Namespace: Google.Apis.Admin.Directory.directory_v1
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class UsersResource.CreateGuestRequest : DirectoryBaseServiceRequest<User>, IClientServiceRequest<User>, IClientServiceRequest
Constructors
CreateGuestRequest(IClientService, DirectoryUsersCreateGuestRequest)
Constructs a new CreateGuest request.
Declaration
public CreateGuestRequest(IClientService service, DirectoryUsersCreateGuestRequest body)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| DirectoryUsersCreateGuestRequest | body |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes CreateGuest parameter list.
Declaration
protected override void InitParameters()