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
# ProjectCard

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**after_id** | Option<**i32**> |  | [optional]
**archived** | **bool** | Whether or not the card is archived | 
**column_id** | Option<**i32**> |  | 
**column_url** | **String** |  | 
**content_url** | Option<**String**> |  | [optional]
**created_at** | **String** |  | 
**creator** | Option<[**models::User1**]User_1.md> |  | 
**id** | **i32** | The project card's ID | 
**node_id** | **String** |  | 
**note** | Option<**String**> |  | 
**project_url** | **String** |  | 
**updated_at** | **String** |  | 
**url** | **String** |  | 

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