Network Services v1 API - Class DeleteWasmPluginVersionRequest (1.3.0)

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

Reference documentation and code samples for the Network Services v1 API class DeleteWasmPluginVersionRequest.

Request used by the DeleteWasmPluginVersion method.

Inheritance

object > DeleteWasmPluginVersionRequest

Namespace

Google.Cloud.NetworkServices.V1

Assembly

Google.Cloud.NetworkServices.V1.dll

Constructors

DeleteWasmPluginVersionRequest()

public DeleteWasmPluginVersionRequest()

DeleteWasmPluginVersionRequest(DeleteWasmPluginVersionRequest)

public DeleteWasmPluginVersionRequest(DeleteWasmPluginVersionRequest other)
Parameter
Name Description
other DeleteWasmPluginVersionRequest

Properties

Name

public string Name { get; set; }

Required. A name of the WasmPluginVersion resource to delete. Must be in the format projects/{project}/locations/global/wasmPlugins/{wasm_plugin}/versions/{wasm_plugin_version}.

Property Value
Type Description
string

WasmPluginVersionName

public WasmPluginVersionName WasmPluginVersionName { get; set; }

WasmPluginVersionName-typed view over the Name resource name property.

Property Value
Type Description
WasmPluginVersionName