Class DeleteExecutionRequest (1.0.0-beta04)

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

Request for deleting a scheduled notebook execution

Inheritance

Object > DeleteExecutionRequest

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

DeleteExecutionRequest()

public DeleteExecutionRequest()

DeleteExecutionRequest(DeleteExecutionRequest)

public DeleteExecutionRequest(DeleteExecutionRequest other)
Parameter
NameDescription
otherDeleteExecutionRequest

Properties

ExecutionName

public ExecutionName ExecutionName { get; set; }

ExecutionName-typed view over the Name resource name property.

Property Value
TypeDescription
ExecutionName

Name

public string Name { get; set; }

Required. Format: projects/{project_id}/locations/{location}/executions/{execution_id}

Property Value
TypeDescription
String