Class DeleteEnvironmentRequest (1.0.0-beta04)

public sealed class DeleteEnvironmentRequest : IMessage<DeleteEnvironmentRequest>, IEquatable<DeleteEnvironmentRequest>, IDeepCloneable<DeleteEnvironmentRequest>, IBufferMessage, IMessage

Request for deleting a notebook environment.

Inheritance

Object > DeleteEnvironmentRequest

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

DeleteEnvironmentRequest()

public DeleteEnvironmentRequest()

DeleteEnvironmentRequest(DeleteEnvironmentRequest)

public DeleteEnvironmentRequest(DeleteEnvironmentRequest other)
Parameter
NameDescription
otherDeleteEnvironmentRequest

Properties

Name

public string Name { get; set; }

Required. Format: projects/{project_id}/locations/{location}/environments/{environment_id}

Property Value
TypeDescription
String