Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 338 Bytes

File metadata and controls

19 lines (12 loc) · 338 Bytes

OperationEnum

Specifies the operation to perform. Use add to associate or remove to disassociate.

Example Usage

from cloudinary_account_provisioning.models import OperationEnum

value = OperationEnum.ADD

Values

Name Value
ADD add
REMOVE remove