openapi-github 0.1.0

OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ReposCreatePagesDeploymentRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**artifact_id** | Option<**f64**> | The ID of an artifact that contains the .zip or .tar of static assets to deploy. The artifact belongs to the repository. Either `artifact_id` or `artifact_url` are required. | [optional]
**artifact_url** | Option<**String**> | The URL of an artifact that contains the .zip or .tar of static assets to deploy. The artifact belongs to the repository. Either `artifact_id` or `artifact_url` are required. | [optional]
**environment** | Option<**String**> | The target environment for this GitHub Pages deployment. | [optional][default to github-pages]
**pages_build_version** | **String** | A unique string that represents the version of the build for this deployment. | [default to GITHUB_SHA]
**oidc_token** | **String** | The OIDC token issued by GitHub Actions certifying the origin of the deployment. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)