Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 483 Bytes

File metadata and controls

21 lines (13 loc) · 483 Bytes

UnionType

Whether to return users who last logged in within the specified date range (include) or those who didn't last log in within the range (exclude). Possible values: include, exclude. Default: include.

Example Usage

import com.cloudinary.account.provisioning.models.operations.UnionType;

UnionType value = UnionType.INCLUDE;

Values

Name Value
INCLUDE include
EXCLUDE exclude