Cloud Composer v1 API - Class DeleteEnvironmentRequest (2.7.0)

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.

Inheritance

object > DeleteEnvironmentRequest

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

Google.Cloud.Orchestration.Airflow.Service.V1.dll

Constructors

DeleteEnvironmentRequest()

public DeleteEnvironmentRequest()

DeleteEnvironmentRequest(DeleteEnvironmentRequest)

public DeleteEnvironmentRequest(DeleteEnvironmentRequest other)
Parameter
NameDescription
otherDeleteEnvironmentRequest

Properties

Name

public string Name { get; set; }

The environment to delete, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"

Property Value
TypeDescription
string