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