StaticSitesWorkflowPreviewRequestProperties Class
StaticSitesWorkflowPreviewRequest resource specific properties.
Constructor
StaticSitesWorkflowPreviewRequestProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
repository_url
|
URL for the repository of the static site. |
|
branch
|
The target branch in the repository. |
|
build_properties
|
Build properties to configure on the repository. |
Attributes
branch
The target branch in the repository.
branch: str | None
build_properties
Build properties to configure on the repository.
build_properties: _models.StaticSiteBuildProperties | None
repository_url
URL for the repository of the static site.
repository_url: str | None