Name | Type | Description | Notes |
---|---|---|---|
Product | Pointer to ProductModel | [optional] | |
Config | Pointer to ConfigModel | [optional] | |
Environment | Pointer to EnvironmentModel | [optional] | |
Setting | Pointer to SettingDataModel | [optional] | |
ReadOnly | Pointer to bool | [optional] | |
Status | Pointer to NullableString | [optional] |
func NewIntegrationLinkDetail() *IntegrationLinkDetail
NewIntegrationLinkDetail instantiates a new IntegrationLinkDetail 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 NewIntegrationLinkDetailWithDefaults() *IntegrationLinkDetail
NewIntegrationLinkDetailWithDefaults instantiates a new IntegrationLinkDetail 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 *IntegrationLinkDetail) GetProduct() ProductModel
GetProduct returns the Product field if non-nil, zero value otherwise.
func (o *IntegrationLinkDetail) 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 *IntegrationLinkDetail) SetProduct(v ProductModel)
SetProduct sets Product field to given value.
func (o *IntegrationLinkDetail) HasProduct() bool
HasProduct returns a boolean if a field has been set.
func (o *IntegrationLinkDetail) GetConfig() ConfigModel
GetConfig returns the Config field if non-nil, zero value otherwise.
func (o *IntegrationLinkDetail) GetConfigOk() (*ConfigModel, bool)
GetConfigOk returns a tuple with the Config field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationLinkDetail) SetConfig(v ConfigModel)
SetConfig sets Config field to given value.
func (o *IntegrationLinkDetail) HasConfig() bool
HasConfig returns a boolean if a field has been set.
func (o *IntegrationLinkDetail) GetEnvironment() EnvironmentModel
GetEnvironment returns the Environment field if non-nil, zero value otherwise.
func (o *IntegrationLinkDetail) GetEnvironmentOk() (*EnvironmentModel, bool)
GetEnvironmentOk returns a tuple with the Environment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationLinkDetail) SetEnvironment(v EnvironmentModel)
SetEnvironment sets Environment field to given value.
func (o *IntegrationLinkDetail) HasEnvironment() bool
HasEnvironment returns a boolean if a field has been set.
func (o *IntegrationLinkDetail) GetSetting() SettingDataModel
GetSetting returns the Setting field if non-nil, zero value otherwise.
func (o *IntegrationLinkDetail) GetSettingOk() (*SettingDataModel, bool)
GetSettingOk returns a tuple with the Setting field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationLinkDetail) SetSetting(v SettingDataModel)
SetSetting sets Setting field to given value.
func (o *IntegrationLinkDetail) HasSetting() bool
HasSetting returns a boolean if a field has been set.
func (o *IntegrationLinkDetail) GetReadOnly() bool
GetReadOnly returns the ReadOnly field if non-nil, zero value otherwise.
func (o *IntegrationLinkDetail) GetReadOnlyOk() (*bool, bool)
GetReadOnlyOk returns a tuple with the ReadOnly field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationLinkDetail) SetReadOnly(v bool)
SetReadOnly sets ReadOnly field to given value.
func (o *IntegrationLinkDetail) HasReadOnly() bool
HasReadOnly returns a boolean if a field has been set.
func (o *IntegrationLinkDetail) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *IntegrationLinkDetail) GetStatusOk() (*string, 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 *IntegrationLinkDetail) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *IntegrationLinkDetail) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *IntegrationLinkDetail) SetStatusNil(b bool)
SetStatusNil sets the value for Status to be an explicit nil
func (o *IntegrationLinkDetail) UnsetStatus()
UnsetStatus ensures that no value is present for Status, not even an explicit nil