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.
Implements
IMessage<DeleteApiRequest>, IEquatable<DeleteApiRequest>, IDeepCloneable<DeleteApiRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.ApigeeRegistry.V1Assembly
Google.Cloud.ApigeeRegistry.V1.dll
Constructors
DeleteApiRequest()
public DeleteApiRequest()
DeleteApiRequest(DeleteApiRequest)
public DeleteApiRequest(DeleteApiRequest other)
Parameter | |
---|---|
Name | Description |
other | DeleteApiRequest |
Properties
ApiName
public ApiName ApiName { get; set; }
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Boolean |
Name
public string Name { get; set; }
Required. The name of the API to delete.
Format: projects/*/locations/*/apis/*
Property Value | |
---|---|
Type | Description |
String |