Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 514 Bytes

File metadata and controls

36 lines (23 loc) · 514 Bytes

NoteSourceValueUnion

The source value of the notes visibility.

Supported Types

Str

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

Number

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

Boolean

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

NoteSourceValue

NoteSourceValueUnion.CreateNoteSourceValue(/* values here */);

ArrayOfAny

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