type
FieldCollapsible
type FieldCollapsible struct {
ID StableID `json:"id"`
Label string `json:"label"`
LabelTranslations map[string]string `json:"labelTranslations,omitempty"`
InitiallyCollapsed bool `json:"initiallyCollapsed,omitempty"`
}Stable identity and presentation state of a flattened disclosure.
IDStableID- The ID value.
Labelstring- The Label value.
LabelTranslationsmap[string]string- The LabelTranslations value.
InitiallyCollapsedbool- The InitiallyCollapsed value.