Class DeleteApiSpecRequest (0.3.1)

DeleteApiSpecRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for DeleteApiSpec.

Attributes

NameDescription
name str
Required. The name of the spec to delete. Format: ``projects/*/locations/*/apis/*/versions/*/specs/*``
force bool
If set to true, any child resources will also be deleted. (Otherwise, the request will only work if there are no child resources.)

Inheritance

builtins.object > proto.message.Message > DeleteApiSpecRequest