Class ArchiveResource.InsertRequest
Inserts a new mail into the archive of the Google group.
Inheritance
ArchiveResource.InsertRequest
Inherited Members
Namespace: Google.Apis.GroupsMigration.v1
Assembly: Google.Apis.GroupsMigration.v1.dll
Syntax
public class ArchiveResource.InsertRequest : GroupsMigrationBaseServiceRequest<Groups>, IClientServiceRequest<Groups>, IClientServiceRequest
Constructors
InsertRequest(IClientService, string)
Constructs a new Insert request.
Declaration
public InsertRequest(IClientService service, string groupId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | groupId |
Properties
GroupId
The group ID
Declaration
[RequestParameter("groupId", RequestParameterType.Path)]
public virtual string GroupId { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.GroupsMigration.v1.Data.Groups>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.GroupsMigration.v1.Data.Groups>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.GroupsMigration.v1.Data.Groups>.RestPath
Methods
InitParameters()
Initializes Insert parameter list.
Declaration
protected override void InitParameters()