Class DeleteVersionRequest (0.2.0)

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

The DeleteVersion method's request.

Attributes

Name Description
name str
Required. The name of the version to delete. Format: projects/{project}/locations/{location}/apis/{api}/versions/{version}
force bool
Optional. If set to true, any specs from this version will also be deleted. Otherwise, the request will only work if the version has no specs.