publishType property

String? publishType
getter/setter pair

Use this to control if the item is published immediately on approval or staged for publishing in the future.

Defaults to DEFAULT_PUBLISH if unset.

Optional. Possible string values are:

  • "PUBLISH_TYPE_UNSPECIFIED" : Default value. This is the same as DEFAULT_PUBLISH.
  • "DEFAULT_PUBLISH" : The submission will be published immediately after being approved.
  • "STAGED_PUBLISH" : After approval the submission will be staged and can then be published by the developer.

Implementation

core.String? publishType;