public sealed class DeleteEnvironmentRequest : IMessage<DeleteEnvironmentRequest>, IEquatable<DeleteEnvironmentRequest>, IDeepCloneable<DeleteEnvironmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer v1 API class DeleteEnvironmentRequest.
Delete 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 |