Default structures values

StructureDefault valueDescription

0

Nil

0

Nil

''

Empty string

false

False value

CURRENT_DATETIME

The current datetime value in UTC timezone

[]

Empty array

{}

Empty map

{

"Integer_Property": 0,

"Float_Property": 0,

"String_Property": '',

"Boolean_Property": false,

"Date_Property": 'CURRENT_DATETIME',

"Array_Property": [],

"Map_Property": {},

"Object_Property": null,

}

All properties are initialized with default values, except for properties with types extended from the Object structure; such properties will remain equal to NULL.

Last updated