ApplicationPublishObject Class

Object model for publishing a specific application version.

Inheritance
ApplicationPublishObject

Constructor

ApplicationPublishObject(*, version_id: Optional[str] = None, is_staging: bool = False, **kwargs)

Parameters

version_id
str
Required

The version ID to publish.

is_staging
bool
Required

Indicates if the staging slot should be used, instead of the Production one. Default value: False .