Apigee Registry v1 API - Class DeleteApiRequest (1.0.0-beta06)

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

Reference documentation and code samples for the Apigee Registry v1 API class DeleteApiRequest.

Request message for DeleteApi.

Inheritance

object > DeleteApiRequest

Namespace

Google.Cloud.ApigeeRegistry.V1

Assembly

Google.Cloud.ApigeeRegistry.V1.dll

Constructors

DeleteApiRequest()

public DeleteApiRequest()

DeleteApiRequest(DeleteApiRequest)

public DeleteApiRequest(DeleteApiRequest other)
Parameter
NameDescription
otherDeleteApiRequest

Properties

ApiName

public ApiName ApiName { get; set; }

ApiName-typed view over the Name resource name property.

Property Value
TypeDescription
ApiName

Force

public bool Force { get; set; }

If set to true, any child resources will also be deleted. (Otherwise, the request will only work if there are no child resources.)

Property Value
TypeDescription
bool

Name

public string Name { get; set; }

Required. The name of the API to delete. Format: projects/*/locations/*/apis/*

Property Value
TypeDescription
string