columnProperties property

List<SectionColumnProperties>? columnProperties
getter/setter pair

The section's columns properties.

If empty, the section contains one column with the default properties in the Docs editor. A section can be updated to have no more than 3 columns. When updating this property, setting a concrete value is required. Unsetting this property will result in a 400 bad request error.

Implementation

core.List<SectionColumnProperties>? columnProperties;