Name | Type | Description | Notes |
---|---|---|---|
Product | Pointer to ProductModel | [optional] | |
IntegrationId | Pointer to string | Identifier of the Integration. | [optional] |
Name | Pointer to NullableString | Name of the Integration. | [optional] |
IntegrationType | Pointer to IntegrationType | [optional] | |
Parameters | Pointer to map[string]string | Parameters of the Integration. | [optional] |
EnvironmentIds | Pointer to []string | List of Environment IDs that are connected with this Integration. If the list is empty, all of the Environments are connected. | [optional] |
ConfigIds | Pointer to []string | List of Config IDs that are connected with this Integration. If the list is empty, all of the Configs are connected. | [optional] |
func NewIntegrationModel() *IntegrationModel
NewIntegrationModel instantiates a new IntegrationModel 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 NewIntegrationModelWithDefaults() *IntegrationModel
NewIntegrationModelWithDefaults instantiates a new IntegrationModel 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 *IntegrationModel) GetProduct() ProductModel
GetProduct returns the Product field if non-nil, zero value otherwise.
func (o *IntegrationModel) GetProductOk() (*ProductModel, bool)
GetProductOk returns a tuple with the Product field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationModel) SetProduct(v ProductModel)
SetProduct sets Product field to given value.
func (o *IntegrationModel) HasProduct() bool
HasProduct returns a boolean if a field has been set.
func (o *IntegrationModel) GetIntegrationId() string
GetIntegrationId returns the IntegrationId field if non-nil, zero value otherwise.
func (o *IntegrationModel) GetIntegrationIdOk() (*string, bool)
GetIntegrationIdOk returns a tuple with the IntegrationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationModel) SetIntegrationId(v string)
SetIntegrationId sets IntegrationId field to given value.
func (o *IntegrationModel) HasIntegrationId() bool
HasIntegrationId returns a boolean if a field has been set.
func (o *IntegrationModel) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *IntegrationModel) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationModel) SetName(v string)
SetName sets Name field to given value.
func (o *IntegrationModel) HasName() bool
HasName returns a boolean if a field has been set.
func (o *IntegrationModel) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *IntegrationModel) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *IntegrationModel) GetIntegrationType() IntegrationType
GetIntegrationType returns the IntegrationType field if non-nil, zero value otherwise.
func (o *IntegrationModel) GetIntegrationTypeOk() (*IntegrationType, bool)
GetIntegrationTypeOk returns a tuple with the IntegrationType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationModel) SetIntegrationType(v IntegrationType)
SetIntegrationType sets IntegrationType field to given value.
func (o *IntegrationModel) HasIntegrationType() bool
HasIntegrationType returns a boolean if a field has been set.
func (o *IntegrationModel) GetParameters() map[string]string
GetParameters returns the Parameters field if non-nil, zero value otherwise.
func (o *IntegrationModel) GetParametersOk() (*map[string]string, bool)
GetParametersOk returns a tuple with the Parameters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationModel) SetParameters(v map[string]string)
SetParameters sets Parameters field to given value.
func (o *IntegrationModel) HasParameters() bool
HasParameters returns a boolean if a field has been set.
func (o *IntegrationModel) SetParametersNil(b bool)
SetParametersNil sets the value for Parameters to be an explicit nil
func (o *IntegrationModel) UnsetParameters()
UnsetParameters ensures that no value is present for Parameters, not even an explicit nil
func (o *IntegrationModel) GetEnvironmentIds() []string
GetEnvironmentIds returns the EnvironmentIds field if non-nil, zero value otherwise.
func (o *IntegrationModel) GetEnvironmentIdsOk() (*[]string, bool)
GetEnvironmentIdsOk returns a tuple with the EnvironmentIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationModel) SetEnvironmentIds(v []string)
SetEnvironmentIds sets EnvironmentIds field to given value.
func (o *IntegrationModel) HasEnvironmentIds() bool
HasEnvironmentIds returns a boolean if a field has been set.
func (o *IntegrationModel) SetEnvironmentIdsNil(b bool)
SetEnvironmentIdsNil sets the value for EnvironmentIds to be an explicit nil
func (o *IntegrationModel) UnsetEnvironmentIds()
UnsetEnvironmentIds ensures that no value is present for EnvironmentIds, not even an explicit nil
func (o *IntegrationModel) GetConfigIds() []string
GetConfigIds returns the ConfigIds field if non-nil, zero value otherwise.
func (o *IntegrationModel) GetConfigIdsOk() (*[]string, bool)
GetConfigIdsOk returns a tuple with the ConfigIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationModel) SetConfigIds(v []string)
SetConfigIds sets ConfigIds field to given value.
func (o *IntegrationModel) HasConfigIds() bool
HasConfigIds returns a boolean if a field has been set.
func (o *IntegrationModel) SetConfigIdsNil(b bool)
SetConfigIdsNil sets the value for ConfigIds to be an explicit nil
func (o *IntegrationModel) UnsetConfigIds()
UnsetConfigIds ensures that no value is present for ConfigIds, not even an explicit nil