OptionalautoOptionaldefaultDefault value to use when you do not specify a value for the property. The default value must be of the same type as what you defined for the property itself.
We do not currently support using default values for array/list types.
OptionaldescriptionDescription of the content and suggested use for this property.
OptionalimmutableShould updates to this property be rejected after the initial population?
OptionalnameReadable property name.
OptionalnullableDoes this property need to be set to a value, or not?
When set to
true, the API will increment the property based on its highest current value (max value). You can only use this functionality to increment properties of typeint32orint64. If the property has a different data type, the API will return an error.