type
VersionSettings
type VersionSettings struct {
Drafts bool `json:"drafts"`
MaxPerDocument int `json:"maxPerDocument"`
AutosaveIntervalSeconds int64 `json:"autosaveIntervalSeconds"`
}Resolved drafts, snapshot retention, and autosave policy.
Draftsbool- The Drafts value.
MaxPerDocumentint- The MaxPerDocument value.
AutosaveIntervalSecondsint64- The AutosaveIntervalSeconds value.