publishState property
The publishing state of a form.
When updating publish_state
, both is_published
and
is_accepting_responses
must be set. However, setting
is_accepting_responses
to true
and is_published
to false
isn't
supported and returns an error.
Optional.
Implementation
PublishState? publishState;