Skip to content

Latest commit

 

History

History
196 lines (107 loc) · 5.43 KB

IntegrationLinkDetail.md

File metadata and controls

196 lines (107 loc) · 5.43 KB

IntegrationLinkDetail

Properties

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]

Methods

NewIntegrationLinkDetail

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

NewIntegrationLinkDetailWithDefaults

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

GetProduct

func (o *IntegrationLinkDetail) GetProduct() ProductModel

GetProduct returns the Product field if non-nil, zero value otherwise.

GetProductOk

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.

SetProduct

func (o *IntegrationLinkDetail) SetProduct(v ProductModel)

SetProduct sets Product field to given value.

HasProduct

func (o *IntegrationLinkDetail) HasProduct() bool

HasProduct returns a boolean if a field has been set.

GetConfig

func (o *IntegrationLinkDetail) GetConfig() ConfigModel

GetConfig returns the Config field if non-nil, zero value otherwise.

GetConfigOk

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.

SetConfig

func (o *IntegrationLinkDetail) SetConfig(v ConfigModel)

SetConfig sets Config field to given value.

HasConfig

func (o *IntegrationLinkDetail) HasConfig() bool

HasConfig returns a boolean if a field has been set.

GetEnvironment

func (o *IntegrationLinkDetail) GetEnvironment() EnvironmentModel

GetEnvironment returns the Environment field if non-nil, zero value otherwise.

GetEnvironmentOk

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.

SetEnvironment

func (o *IntegrationLinkDetail) SetEnvironment(v EnvironmentModel)

SetEnvironment sets Environment field to given value.

HasEnvironment

func (o *IntegrationLinkDetail) HasEnvironment() bool

HasEnvironment returns a boolean if a field has been set.

GetSetting

func (o *IntegrationLinkDetail) GetSetting() SettingDataModel

GetSetting returns the Setting field if non-nil, zero value otherwise.

GetSettingOk

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.

SetSetting

func (o *IntegrationLinkDetail) SetSetting(v SettingDataModel)

SetSetting sets Setting field to given value.

HasSetting

func (o *IntegrationLinkDetail) HasSetting() bool

HasSetting returns a boolean if a field has been set.

GetReadOnly

func (o *IntegrationLinkDetail) GetReadOnly() bool

GetReadOnly returns the ReadOnly field if non-nil, zero value otherwise.

GetReadOnlyOk

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.

SetReadOnly

func (o *IntegrationLinkDetail) SetReadOnly(v bool)

SetReadOnly sets ReadOnly field to given value.

HasReadOnly

func (o *IntegrationLinkDetail) HasReadOnly() bool

HasReadOnly returns a boolean if a field has been set.

GetStatus

func (o *IntegrationLinkDetail) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

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.

SetStatus

func (o *IntegrationLinkDetail) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *IntegrationLinkDetail) HasStatus() bool

HasStatus returns a boolean if a field has been set.

SetStatusNil

func (o *IntegrationLinkDetail) SetStatusNil(b bool)

SetStatusNil sets the value for Status to be an explicit nil

UnsetStatus

func (o *IntegrationLinkDetail) UnsetStatus()

UnsetStatus ensures that no value is present for Status, not even an explicit nil

[Back to Model list] [Back to API list] [Back to README]