Class AssuredworkloadsResource.ArchiveResourceEventsRequest
Finds orphan ResourceEvents matching the criteria and moves them to the ArchivedResourceEvents table.
Inheritance
AssuredworkloadsResource.ArchiveResourceEventsRequest
Implements
Inherited Members
Namespace: Google.Apis.Assuredworkloads.v1beta1
Assembly: Google.Apis.Assuredworkloads.v1beta1.dll
Syntax
public class AssuredworkloadsResource.ArchiveResourceEventsRequest : AssuredworkloadsBaseServiceRequest<GoogleCloudAssuredworkloadsV1beta1ArchiveResourceEventsResponse>, IClientServiceRequest<GoogleCloudAssuredworkloadsV1beta1ArchiveResourceEventsResponse>, IClientServiceRequest
Constructors
ArchiveResourceEventsRequest(IClientService, GoogleCloudAssuredworkloadsV1beta1ArchiveResourceEventsRequest)
Constructs a new ArchiveResourceEvents request.
Declaration
public ArchiveResourceEventsRequest(IClientService service, GoogleCloudAssuredworkloadsV1beta1ArchiveResourceEventsRequest body)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| GoogleCloudAssuredworkloadsV1beta1ArchiveResourceEventsRequest | 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 ArchiveResourceEvents parameter list.
Declaration
protected override void InitParameters()