public sealed class DeleteEnvironmentRequest : IMessage<DeleteEnvironmentRequest>, IEquatable<DeleteEnvironmentRequest>, IDeepCloneable<DeleteEnvironmentRequest>, IBufferMessage, IMessageDelete an environment.
Implements
IMessage<DeleteEnvironmentRequest>, IEquatable<DeleteEnvironmentRequest>, IDeepCloneable<DeleteEnvironmentRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Constructors
DeleteEnvironmentRequest()
public DeleteEnvironmentRequest()DeleteEnvironmentRequest(DeleteEnvironmentRequest)
public DeleteEnvironmentRequest(DeleteEnvironmentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteEnvironmentRequest |
Properties
Name
public string Name { get; set; }The environment to delete, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"
| Property Value | |
|---|---|
| Type | Description |
String |
|