RemoveProjectLockDetails¶
-
class
oci.ai_document.models.
RemoveProjectLockDetails
(**kwargs)¶ Bases:
object
Request payload to remove lock to the resource.
Attributes
TYPE_DELETE
A constant which can be used with the type property of a RemoveProjectLockDetails. TYPE_FULL
A constant which can be used with the type property of a RemoveProjectLockDetails. type
[Required] Gets the type of this RemoveProjectLockDetails. Methods
__init__
(**kwargs)Initializes a new RemoveProjectLockDetails object with values from keyword arguments. -
TYPE_DELETE
= 'DELETE'¶ A constant which can be used with the type property of a RemoveProjectLockDetails. This constant has a value of “DELETE”
-
TYPE_FULL
= 'FULL'¶ A constant which can be used with the type property of a RemoveProjectLockDetails. This constant has a value of “FULL”
-
__init__
(**kwargs)¶ Initializes a new RemoveProjectLockDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: type (str) – The value to assign to the type property of this RemoveProjectLockDetails. Allowed values for this property are: “FULL”, “DELETE”
-
type
¶ [Required] Gets the type of this RemoveProjectLockDetails. Type of the lock.
Allowed values for this property are: “FULL”, “DELETE”
Returns: The type of this RemoveProjectLockDetails. Return type: str
-