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