| Name | Type | Description | Notes |
|---|---|---|---|
| Links | map[string]Link | The location and content type of related resources | |
| Id | string | The unique identifier for this integration configuration | |
| Name | string | A human-friendly name for the integration | |
| CreatedAt | Pointer to int64 | [optional] | |
| IntegrationKey | Pointer to string | The type of integration | [optional] |
| Tags | Pointer to []string | An array of tags for this integration | [optional] |
| Enabled | Pointer to bool | Whether the integration is currently active | [optional] |
| Access | Pointer to Access | [optional] | |
| ConfigValues | Pointer to map[string]interface{} | Details on configuration for an integration of this type. Refer to the <code>formVariables</code> field in the corresponding <code>manifest.json</code> for a full list of fields for each integration. | [optional] |
| CapabilityConfig | Pointer to CapabilityConfigRep | [optional] |
func NewIntegrationConfigurationsRep(links map[string]Link, id string, name string, ) *IntegrationConfigurationsRep
NewIntegrationConfigurationsRep instantiates a new IntegrationConfigurationsRep 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 NewIntegrationConfigurationsRepWithDefaults() *IntegrationConfigurationsRep
NewIntegrationConfigurationsRepWithDefaults instantiates a new IntegrationConfigurationsRep 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 *IntegrationConfigurationsRep) GetLinks() map[string]Link
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *IntegrationConfigurationsRep) GetLinksOk() (*map[string]Link, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationConfigurationsRep) SetLinks(v map[string]Link)
SetLinks sets Links field to given value.
func (o *IntegrationConfigurationsRep) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *IntegrationConfigurationsRep) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationConfigurationsRep) SetId(v string)
SetId sets Id field to given value.
func (o *IntegrationConfigurationsRep) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *IntegrationConfigurationsRep) 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 *IntegrationConfigurationsRep) SetName(v string)
SetName sets Name field to given value.
func (o *IntegrationConfigurationsRep) GetCreatedAt() int64
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *IntegrationConfigurationsRep) GetCreatedAtOk() (*int64, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationConfigurationsRep) SetCreatedAt(v int64)
SetCreatedAt sets CreatedAt field to given value.
func (o *IntegrationConfigurationsRep) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *IntegrationConfigurationsRep) GetIntegrationKey() string
GetIntegrationKey returns the IntegrationKey field if non-nil, zero value otherwise.
func (o *IntegrationConfigurationsRep) GetIntegrationKeyOk() (*string, bool)
GetIntegrationKeyOk returns a tuple with the IntegrationKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationConfigurationsRep) SetIntegrationKey(v string)
SetIntegrationKey sets IntegrationKey field to given value.
func (o *IntegrationConfigurationsRep) HasIntegrationKey() bool
HasIntegrationKey returns a boolean if a field has been set.
func (o *IntegrationConfigurationsRep) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *IntegrationConfigurationsRep) GetTagsOk() (*[]string, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationConfigurationsRep) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *IntegrationConfigurationsRep) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *IntegrationConfigurationsRep) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *IntegrationConfigurationsRep) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationConfigurationsRep) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *IntegrationConfigurationsRep) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *IntegrationConfigurationsRep) GetAccess() Access
GetAccess returns the Access field if non-nil, zero value otherwise.
func (o *IntegrationConfigurationsRep) GetAccessOk() (*Access, bool)
GetAccessOk returns a tuple with the Access field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationConfigurationsRep) SetAccess(v Access)
SetAccess sets Access field to given value.
func (o *IntegrationConfigurationsRep) HasAccess() bool
HasAccess returns a boolean if a field has been set.
func (o *IntegrationConfigurationsRep) GetConfigValues() map[string]interface{}
GetConfigValues returns the ConfigValues field if non-nil, zero value otherwise.
func (o *IntegrationConfigurationsRep) GetConfigValuesOk() (*map[string]interface{}, bool)
GetConfigValuesOk returns a tuple with the ConfigValues field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationConfigurationsRep) SetConfigValues(v map[string]interface{})
SetConfigValues sets ConfigValues field to given value.
func (o *IntegrationConfigurationsRep) HasConfigValues() bool
HasConfigValues returns a boolean if a field has been set.
func (o *IntegrationConfigurationsRep) GetCapabilityConfig() CapabilityConfigRep
GetCapabilityConfig returns the CapabilityConfig field if non-nil, zero value otherwise.
func (o *IntegrationConfigurationsRep) GetCapabilityConfigOk() (*CapabilityConfigRep, bool)
GetCapabilityConfigOk returns a tuple with the CapabilityConfig field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationConfigurationsRep) SetCapabilityConfig(v CapabilityConfigRep)
SetCapabilityConfig sets CapabilityConfig field to given value.
func (o *IntegrationConfigurationsRep) HasCapabilityConfig() bool
HasCapabilityConfig returns a boolean if a field has been set.