Skip to content

Latest commit

 

History

History
164 lines (91 loc) · 4.62 KB

IntegrationLinkModel.md

File metadata and controls

164 lines (91 loc) · 4.62 KB

IntegrationLinkModel

Properties

Name Type Description Notes
Key Pointer to NullableString [optional]
Description Pointer to NullableString [optional]
IntegrationLinkType Pointer to IntegrationLinkType [optional]
Url Pointer to NullableString [optional]

Methods

NewIntegrationLinkModel

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

NewIntegrationLinkModelWithDefaults

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

GetKey

func (o *IntegrationLinkModel) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

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.

SetKey

func (o *IntegrationLinkModel) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *IntegrationLinkModel) HasKey() bool

HasKey returns a boolean if a field has been set.

SetKeyNil

func (o *IntegrationLinkModel) SetKeyNil(b bool)

SetKeyNil sets the value for Key to be an explicit nil

UnsetKey

func (o *IntegrationLinkModel) UnsetKey()

UnsetKey ensures that no value is present for Key, not even an explicit nil

GetDescription

func (o *IntegrationLinkModel) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *IntegrationLinkModel) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *IntegrationLinkModel) HasDescription() bool

HasDescription returns a boolean if a field has been set.

SetDescriptionNil

func (o *IntegrationLinkModel) SetDescriptionNil(b bool)

SetDescriptionNil sets the value for Description to be an explicit nil

UnsetDescription

func (o *IntegrationLinkModel) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

GetIntegrationLinkType

func (o *IntegrationLinkModel) GetIntegrationLinkType() IntegrationLinkType

GetIntegrationLinkType returns the IntegrationLinkType field if non-nil, zero value otherwise.

GetIntegrationLinkTypeOk

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.

SetIntegrationLinkType

func (o *IntegrationLinkModel) SetIntegrationLinkType(v IntegrationLinkType)

SetIntegrationLinkType sets IntegrationLinkType field to given value.

HasIntegrationLinkType

func (o *IntegrationLinkModel) HasIntegrationLinkType() bool

HasIntegrationLinkType returns a boolean if a field has been set.

GetUrl

func (o *IntegrationLinkModel) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

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.

SetUrl

func (o *IntegrationLinkModel) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *IntegrationLinkModel) HasUrl() bool

HasUrl returns a boolean if a field has been set.

SetUrlNil

func (o *IntegrationLinkModel) SetUrlNil(b bool)

SetUrlNil sets the value for Url to be an explicit nil

UnsetUrl

func (o *IntegrationLinkModel) UnsetUrl()

UnsetUrl ensures that no value is present for Url, not even an explicit nil

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