Network Services v1 API - Class DeleteWasmPluginRequest (1.2.0)

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

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

Request used by the DeleteWasmPlugin method.

Inheritance

object > DeleteWasmPluginRequest

Namespace

Google.Cloud.NetworkServices.V1

Assembly

Google.Cloud.NetworkServices.V1.dll

Constructors

DeleteWasmPluginRequest()

public DeleteWasmPluginRequest()

DeleteWasmPluginRequest(DeleteWasmPluginRequest)

public DeleteWasmPluginRequest(DeleteWasmPluginRequest other)
Parameter
Name Description
other DeleteWasmPluginRequest

Properties

Name

public string Name { get; set; }

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

Property Value
Type Description
string

WasmPluginName

public WasmPluginName WasmPluginName { get; set; }

WasmPluginName-typed view over the Name resource name property.

Property Value
Type Description
WasmPluginName