Class SpacesResource.CompleteImportRequest
Completes the import process for the specified space and makes it visible to users. Requires app authentication and domain-wide delegation. For more information, see Authorize Google Chat apps to import data.
Inheritance
SpacesResource.CompleteImportRequest
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class SpacesResource.CompleteImportRequest : HangoutsChatBaseServiceRequest<CompleteImportSpaceResponse>, IClientServiceRequest<CompleteImportSpaceResponse>, IClientServiceRequest
Constructors
CompleteImportRequest(IClientService, CompleteImportSpaceRequest, string)
Constructs a new CompleteImport request.
Declaration
public CompleteImportRequest(IClientService service, CompleteImportSpaceRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
CompleteImportSpaceRequest | 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. Resource name of the import mode space. Format: spaces/{space}
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 CompleteImport parameter list.
Declaration
protected override void InitParameters()