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
16
# ReposCreateOrgRulesetRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | The name of the ruleset. | 
**target** | Option<**String**> | The target of the ruleset  **Note**: The `push` target is in beta and is subject to change. | [optional]
**enforcement** | [**models::RepositoryRuleEnforcement**]repository-rule-enforcement.md |  | 
**bypass_actors** | Option<[**Vec<models::RepositoryRulesetBypassActor>**]repository-ruleset-bypass-actor.md> | The actors that can bypass the rules in this ruleset | [optional]
**conditions** | Option<[**models::OrgRulesetConditions**]org-ruleset-conditions.md> |  | [optional]
**rules** | Option<[**Vec<models::RepositoryRule>**]repository-rule.md> | An array of rules within the ruleset. | [optional]

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