Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 535 Bytes

File metadata and controls

34 lines (22 loc) · 535 Bytes

FileCategorySourceValueUnion

Supported Types

Str

FileCategorySourceValueUnion.CreateStr(/* values here */);

Number

FileCategorySourceValueUnion.CreateNumber(/* values here */);

Boolean

FileCategorySourceValueUnion.CreateBoolean(/* values here */);

FileSourceValueCategory

FileCategorySourceValueUnion.CreateFileSourceValueCategory(/* values here */);

ArrayOfAny

FileCategorySourceValueUnion.CreateArrayOfAny(/* values here */);