Name | Type | Description | Notes |
---|---|---|---|
Integration | string | Unique name identifier of the integration | |
Installation | string | ID of the integration installation | |
Space | string | ID of the space the integration is installed on. | |
Status | IntegrationInstallationStatus | ||
Configuration | map[string]interface{} | Configuration of the integration for this space | |
ExternalIds | []string | External IDs assigned by the integration. | |
Urls | IntegrationSpaceInstallationUrls |
func NewIntegrationSpaceInstallation(integration string, installation string, space string, status IntegrationInstallationStatus, configuration map[string]interface{}, externalIds []string, urls IntegrationSpaceInstallationUrls, ) *IntegrationSpaceInstallation
NewIntegrationSpaceInstallation instantiates a new IntegrationSpaceInstallation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIntegrationSpaceInstallationWithDefaults() *IntegrationSpaceInstallation
NewIntegrationSpaceInstallationWithDefaults instantiates a new IntegrationSpaceInstallation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *IntegrationSpaceInstallation) GetIntegration() string
GetIntegration returns the Integration field if non-nil, zero value otherwise.
func (o *IntegrationSpaceInstallation) GetIntegrationOk() (*string, bool)
GetIntegrationOk returns a tuple with the Integration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationSpaceInstallation) SetIntegration(v string)
SetIntegration sets Integration field to given value.
func (o *IntegrationSpaceInstallation) GetInstallation() string
GetInstallation returns the Installation field if non-nil, zero value otherwise.
func (o *IntegrationSpaceInstallation) GetInstallationOk() (*string, bool)
GetInstallationOk returns a tuple with the Installation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationSpaceInstallation) SetInstallation(v string)
SetInstallation sets Installation field to given value.
func (o *IntegrationSpaceInstallation) GetSpace() string
GetSpace returns the Space field if non-nil, zero value otherwise.
func (o *IntegrationSpaceInstallation) GetSpaceOk() (*string, bool)
GetSpaceOk returns a tuple with the Space field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationSpaceInstallation) SetSpace(v string)
SetSpace sets Space field to given value.
func (o *IntegrationSpaceInstallation) GetStatus() IntegrationInstallationStatus
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *IntegrationSpaceInstallation) GetStatusOk() (*IntegrationInstallationStatus, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationSpaceInstallation) SetStatus(v IntegrationInstallationStatus)
SetStatus sets Status field to given value.
func (o *IntegrationSpaceInstallation) GetConfiguration() map[string]interface{}
GetConfiguration returns the Configuration field if non-nil, zero value otherwise.
func (o *IntegrationSpaceInstallation) GetConfigurationOk() (*map[string]interface{}, bool)
GetConfigurationOk returns a tuple with the Configuration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationSpaceInstallation) SetConfiguration(v map[string]interface{})
SetConfiguration sets Configuration field to given value.
func (o *IntegrationSpaceInstallation) GetExternalIds() []string
GetExternalIds returns the ExternalIds field if non-nil, zero value otherwise.
func (o *IntegrationSpaceInstallation) GetExternalIdsOk() (*[]string, bool)
GetExternalIdsOk returns a tuple with the ExternalIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationSpaceInstallation) SetExternalIds(v []string)
SetExternalIds sets ExternalIds field to given value.
func (o *IntegrationSpaceInstallation) GetUrls() IntegrationSpaceInstallationUrls
GetUrls returns the Urls field if non-nil, zero value otherwise.
func (o *IntegrationSpaceInstallation) GetUrlsOk() (*IntegrationSpaceInstallationUrls, bool)
GetUrlsOk returns a tuple with the Urls field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationSpaceInstallation) SetUrls(v IntegrationSpaceInstallationUrls)
SetUrls sets Urls field to given value.