Name | Type | Description | Notes |
---|---|---|---|
Key | Pointer to NullableString | [optional] | |
Description | Pointer to NullableString | [optional] | |
IntegrationLinkType | Pointer to IntegrationLinkType | [optional] | |
Url | Pointer to NullableString | [optional] |
func NewIntegrationLinkModel() *IntegrationLinkModel
NewIntegrationLinkModel instantiates a new IntegrationLinkModel 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 NewIntegrationLinkModelWithDefaults() *IntegrationLinkModel
NewIntegrationLinkModelWithDefaults instantiates a new IntegrationLinkModel 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 *IntegrationLinkModel) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *IntegrationLinkModel) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationLinkModel) SetKey(v string)
SetKey sets Key field to given value.
func (o *IntegrationLinkModel) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *IntegrationLinkModel) SetKeyNil(b bool)
SetKeyNil sets the value for Key to be an explicit nil
func (o *IntegrationLinkModel) UnsetKey()
UnsetKey ensures that no value is present for Key, not even an explicit nil
func (o *IntegrationLinkModel) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *IntegrationLinkModel) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationLinkModel) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *IntegrationLinkModel) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *IntegrationLinkModel) SetDescriptionNil(b bool)
SetDescriptionNil sets the value for Description to be an explicit nil
func (o *IntegrationLinkModel) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (o *IntegrationLinkModel) GetIntegrationLinkType() IntegrationLinkType
GetIntegrationLinkType returns the IntegrationLinkType field if non-nil, zero value otherwise.
func (o *IntegrationLinkModel) GetIntegrationLinkTypeOk() (*IntegrationLinkType, bool)
GetIntegrationLinkTypeOk returns a tuple with the IntegrationLinkType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationLinkModel) SetIntegrationLinkType(v IntegrationLinkType)
SetIntegrationLinkType sets IntegrationLinkType field to given value.
func (o *IntegrationLinkModel) HasIntegrationLinkType() bool
HasIntegrationLinkType returns a boolean if a field has been set.
func (o *IntegrationLinkModel) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *IntegrationLinkModel) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationLinkModel) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *IntegrationLinkModel) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (o *IntegrationLinkModel) SetUrlNil(b bool)
SetUrlNil sets the value for Url to be an explicit nil
func (o *IntegrationLinkModel) UnsetUrl()
UnsetUrl ensures that no value is present for Url, not even an explicit nil