public sealed class DeleteFrameworkDeploymentRequest : IMessage<DeleteFrameworkDeploymentRequest>, IEquatable<DeleteFrameworkDeploymentRequest>, IDeepCloneable<DeleteFrameworkDeploymentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Security Compliance v1 API class DeleteFrameworkDeploymentRequest.
Request message for DeleteFrameworkDeployment.
Implements
IMessageDeleteFrameworkDeploymentRequest, IEquatableDeleteFrameworkDeploymentRequest, IDeepCloneableDeleteFrameworkDeploymentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.CloudSecurityCompliance.V1Assembly
Google.Cloud.CloudSecurityCompliance.V1.dll
Constructors
DeleteFrameworkDeploymentRequest()
public DeleteFrameworkDeploymentRequest()
DeleteFrameworkDeploymentRequest(DeleteFrameworkDeploymentRequest)
public DeleteFrameworkDeploymentRequest(DeleteFrameworkDeploymentRequest other)
Parameter | |
---|---|
Name | Description |
other |
DeleteFrameworkDeploymentRequest |
Properties
Etag
public string Etag { get; set; }
Optional. An opaque identifier for the current version of the resource.
If you provide this value, then it must match the existing value. If the values don't match, then the request fails with an [ABORTED][google.rpc.Code.ABORTED] error.
If you omit this value, then the resource is deleted regardless of its
current etag
value.
Property Value | |
---|---|
Type | Description |
string |
FrameworkDeploymentName
public FrameworkDeploymentName FrameworkDeploymentName { get; set; }
FrameworkDeploymentName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
FrameworkDeploymentName |
Name
public string Name { get; set; }
Required. name of the FrameworkDeployment to be deleted in the following format: organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment_id}
Property Value | |
---|---|
Type | Description |
string |