Class CustomersResource.UserinvitationsResource.CancelRequest
Cancels a UserInvitation that was already sent.
Inheritance
CustomersResource.UserinvitationsResource.CancelRequest
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1
Assembly: Google.Apis.CloudIdentity.v1.dll
Syntax
public class CustomersResource.UserinvitationsResource.CancelRequest : CloudIdentityBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
CancelRequest(IClientService, CancelUserInvitationRequest, string)
Constructs a new Cancel request.
Declaration
public CancelRequest(IClientService service, CancelUserInvitationRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
CancelUserInvitationRequest | body | |
string | name |
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
Name
Required. UserInvitation
name in the format
customers/{customer}/userinvitations/{user_email_address}
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
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 Cancel parameter list.
Declaration
protected override void InitParameters()