Skip to content

Commit de95285

Browse files
committed
Update README
1 parent 211cda2 commit de95285

File tree

447 files changed

+56845
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

447 files changed

+56845
-6
lines changed

.openapi-generator-ignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
docs/
21
api/
32
test/
43
.gitignore
54
.travis.yml
65
git_push.sh
7-
README.md

README.md

Lines changed: 743 additions & 4 deletions
Large diffs are not rendered by default.

docs/APIIntegrationScope.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# APIIntegrationScope
2+
3+
## Enum
4+
5+
6+
* `READ` (value: `"integration:read"`)
7+
8+
* `UPDATE` (value: `"integration:update"`)
9+
10+
* `INSTALLATIONREAD` (value: `"integration:installation:read"`)
11+
12+
* `INSTALLATIONUPDATE` (value: `"integration:installation:update"`)
13+
14+
15+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
16+
17+

docs/APIScope.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# APIScope
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
8+
## Methods
9+
10+
### NewAPIScope
11+
12+
`func NewAPIScope() *APIScope`
13+
14+
NewAPIScope instantiates a new APIScope object
15+
This constructor will assign default values to properties that have it defined,
16+
and makes sure properties required by API are set, but the set of arguments
17+
will change when the set of required properties is changed
18+
19+
### NewAPIScopeWithDefaults
20+
21+
`func NewAPIScopeWithDefaults() *APIScope`
22+
23+
NewAPIScopeWithDefaults instantiates a new APIScope object
24+
This constructor will only assign default values to properties that have it defined,
25+
but it doesn't guarantee that properties required by API are set
26+
27+
28+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
29+
30+

docs/APITemporaryToken.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# APITemporaryToken
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**Token** | **string** | Temporary access token to authenticate with the API |
8+
9+
## Methods
10+
11+
### NewAPITemporaryToken
12+
13+
`func NewAPITemporaryToken(token string, ) *APITemporaryToken`
14+
15+
NewAPITemporaryToken instantiates a new APITemporaryToken object
16+
This constructor will assign default values to properties that have it defined,
17+
and makes sure properties required by API are set, but the set of arguments
18+
will change when the set of required properties is changed
19+
20+
### NewAPITemporaryTokenWithDefaults
21+
22+
`func NewAPITemporaryTokenWithDefaults() *APITemporaryToken`
23+
24+
NewAPITemporaryTokenWithDefaults instantiates a new APITemporaryToken object
25+
This constructor will only assign default values to properties that have it defined,
26+
but it doesn't guarantee that properties required by API are set
27+
28+
### GetToken
29+
30+
`func (o *APITemporaryToken) GetToken() string`
31+
32+
GetToken returns the Token field if non-nil, zero value otherwise.
33+
34+
### GetTokenOk
35+
36+
`func (o *APITemporaryToken) GetTokenOk() (*string, bool)`
37+
38+
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise
39+
and a boolean to check if the value has been set.
40+
41+
### SetToken
42+
43+
`func (o *APITemporaryToken) SetToken(v string)`
44+
45+
SetToken sets Token field to given value.
46+
47+
48+
49+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
50+
51+
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# AddMemberToOrganizationTeamByIdRequest
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**Role** | Pointer to [**TeamMemberRole**](TeamMemberRole.md) | | [optional]
8+
9+
## Methods
10+
11+
### NewAddMemberToOrganizationTeamByIdRequest
12+
13+
`func NewAddMemberToOrganizationTeamByIdRequest() *AddMemberToOrganizationTeamByIdRequest`
14+
15+
NewAddMemberToOrganizationTeamByIdRequest instantiates a new AddMemberToOrganizationTeamByIdRequest object
16+
This constructor will assign default values to properties that have it defined,
17+
and makes sure properties required by API are set, but the set of arguments
18+
will change when the set of required properties is changed
19+
20+
### NewAddMemberToOrganizationTeamByIdRequestWithDefaults
21+
22+
`func NewAddMemberToOrganizationTeamByIdRequestWithDefaults() *AddMemberToOrganizationTeamByIdRequest`
23+
24+
NewAddMemberToOrganizationTeamByIdRequestWithDefaults instantiates a new AddMemberToOrganizationTeamByIdRequest object
25+
This constructor will only assign default values to properties that have it defined,
26+
but it doesn't guarantee that properties required by API are set
27+
28+
### GetRole
29+
30+
`func (o *AddMemberToOrganizationTeamByIdRequest) GetRole() TeamMemberRole`
31+
32+
GetRole returns the Role field if non-nil, zero value otherwise.
33+
34+
### GetRoleOk
35+
36+
`func (o *AddMemberToOrganizationTeamByIdRequest) GetRoleOk() (*TeamMemberRole, bool)`
37+
38+
GetRoleOk returns a tuple with the Role field if it's non-nil, zero value otherwise
39+
and a boolean to check if the value has been set.
40+
41+
### SetRole
42+
43+
`func (o *AddMemberToOrganizationTeamByIdRequest) SetRole(v TeamMemberRole)`
44+
45+
SetRole sets Role field to given value.
46+
47+
### HasRole
48+
49+
`func (o *AddMemberToOrganizationTeamByIdRequest) HasRole() bool`
50+
51+
HasRole returns a boolean if a field has been set.
52+
53+
54+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
55+
56+

docs/AddSpaceEntitiesRequest.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# AddSpaceEntitiesRequest
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**Entities** | [**[]AddSpaceEntitiesRequestEntitiesInner**](AddSpaceEntitiesRequestEntitiesInner.md) | Array of entities to link to the space |
8+
9+
## Methods
10+
11+
### NewAddSpaceEntitiesRequest
12+
13+
`func NewAddSpaceEntitiesRequest(entities []AddSpaceEntitiesRequestEntitiesInner, ) *AddSpaceEntitiesRequest`
14+
15+
NewAddSpaceEntitiesRequest instantiates a new AddSpaceEntitiesRequest object
16+
This constructor will assign default values to properties that have it defined,
17+
and makes sure properties required by API are set, but the set of arguments
18+
will change when the set of required properties is changed
19+
20+
### NewAddSpaceEntitiesRequestWithDefaults
21+
22+
`func NewAddSpaceEntitiesRequestWithDefaults() *AddSpaceEntitiesRequest`
23+
24+
NewAddSpaceEntitiesRequestWithDefaults instantiates a new AddSpaceEntitiesRequest object
25+
This constructor will only assign default values to properties that have it defined,
26+
but it doesn't guarantee that properties required by API are set
27+
28+
### GetEntities
29+
30+
`func (o *AddSpaceEntitiesRequest) GetEntities() []AddSpaceEntitiesRequestEntitiesInner`
31+
32+
GetEntities returns the Entities field if non-nil, zero value otherwise.
33+
34+
### GetEntitiesOk
35+
36+
`func (o *AddSpaceEntitiesRequest) GetEntitiesOk() (*[]AddSpaceEntitiesRequestEntitiesInner, bool)`
37+
38+
GetEntitiesOk returns a tuple with the Entities field if it's non-nil, zero value otherwise
39+
and a boolean to check if the value has been set.
40+
41+
### SetEntities
42+
43+
`func (o *AddSpaceEntitiesRequest) SetEntities(v []AddSpaceEntitiesRequestEntitiesInner)`
44+
45+
SetEntities sets Entities field to given value.
46+
47+
48+
49+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
50+
51+
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
# AddSpaceEntitiesRequestEntitiesInner
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**Integration** | **string** | ID of the integration owning the entity |
8+
**EntityId** | **string** | ID of the entity in the integration |
9+
**Environments** | **[]string** | Environments the entity is linked to |
10+
11+
## Methods
12+
13+
### NewAddSpaceEntitiesRequestEntitiesInner
14+
15+
`func NewAddSpaceEntitiesRequestEntitiesInner(integration string, entityId string, environments []string, ) *AddSpaceEntitiesRequestEntitiesInner`
16+
17+
NewAddSpaceEntitiesRequestEntitiesInner instantiates a new AddSpaceEntitiesRequestEntitiesInner object
18+
This constructor will assign default values to properties that have it defined,
19+
and makes sure properties required by API are set, but the set of arguments
20+
will change when the set of required properties is changed
21+
22+
### NewAddSpaceEntitiesRequestEntitiesInnerWithDefaults
23+
24+
`func NewAddSpaceEntitiesRequestEntitiesInnerWithDefaults() *AddSpaceEntitiesRequestEntitiesInner`
25+
26+
NewAddSpaceEntitiesRequestEntitiesInnerWithDefaults instantiates a new AddSpaceEntitiesRequestEntitiesInner object
27+
This constructor will only assign default values to properties that have it defined,
28+
but it doesn't guarantee that properties required by API are set
29+
30+
### GetIntegration
31+
32+
`func (o *AddSpaceEntitiesRequestEntitiesInner) GetIntegration() string`
33+
34+
GetIntegration returns the Integration field if non-nil, zero value otherwise.
35+
36+
### GetIntegrationOk
37+
38+
`func (o *AddSpaceEntitiesRequestEntitiesInner) GetIntegrationOk() (*string, bool)`
39+
40+
GetIntegrationOk returns a tuple with the Integration field if it's non-nil, zero value otherwise
41+
and a boolean to check if the value has been set.
42+
43+
### SetIntegration
44+
45+
`func (o *AddSpaceEntitiesRequestEntitiesInner) SetIntegration(v string)`
46+
47+
SetIntegration sets Integration field to given value.
48+
49+
50+
### GetEntityId
51+
52+
`func (o *AddSpaceEntitiesRequestEntitiesInner) GetEntityId() string`
53+
54+
GetEntityId returns the EntityId field if non-nil, zero value otherwise.
55+
56+
### GetEntityIdOk
57+
58+
`func (o *AddSpaceEntitiesRequestEntitiesInner) GetEntityIdOk() (*string, bool)`
59+
60+
GetEntityIdOk returns a tuple with the EntityId field if it's non-nil, zero value otherwise
61+
and a boolean to check if the value has been set.
62+
63+
### SetEntityId
64+
65+
`func (o *AddSpaceEntitiesRequestEntitiesInner) SetEntityId(v string)`
66+
67+
SetEntityId sets EntityId field to given value.
68+
69+
70+
### GetEnvironments
71+
72+
`func (o *AddSpaceEntitiesRequestEntitiesInner) GetEnvironments() []string`
73+
74+
GetEnvironments returns the Environments field if non-nil, zero value otherwise.
75+
76+
### GetEnvironmentsOk
77+
78+
`func (o *AddSpaceEntitiesRequestEntitiesInner) GetEnvironmentsOk() (*[]string, bool)`
79+
80+
GetEnvironmentsOk returns a tuple with the Environments field if it's non-nil, zero value otherwise
81+
and a boolean to check if the value has been set.
82+
83+
### SetEnvironments
84+
85+
`func (o *AddSpaceEntitiesRequestEntitiesInner) SetEnvironments(v []string)`
86+
87+
SetEnvironments sets Environments field to given value.
88+
89+
90+
91+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
92+
93+

0 commit comments

Comments
 (0)