Name | Type | Description | Notes |
---|---|---|---|
JiraJwtToken | string | ||
ClientKey | string | ||
Description | Pointer to NullableString | [optional] | |
Url | Pointer to NullableString | [optional] |
func NewAddOrUpdateJiraIntegrationLinkModel(jiraJwtToken string, clientKey string, ) *AddOrUpdateJiraIntegrationLinkModel
NewAddOrUpdateJiraIntegrationLinkModel instantiates a new AddOrUpdateJiraIntegrationLinkModel 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 NewAddOrUpdateJiraIntegrationLinkModelWithDefaults() *AddOrUpdateJiraIntegrationLinkModel
NewAddOrUpdateJiraIntegrationLinkModelWithDefaults instantiates a new AddOrUpdateJiraIntegrationLinkModel 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 *AddOrUpdateJiraIntegrationLinkModel) GetJiraJwtToken() string
GetJiraJwtToken returns the JiraJwtToken field if non-nil, zero value otherwise.
func (o *AddOrUpdateJiraIntegrationLinkModel) GetJiraJwtTokenOk() (*string, bool)
GetJiraJwtTokenOk returns a tuple with the JiraJwtToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddOrUpdateJiraIntegrationLinkModel) SetJiraJwtToken(v string)
SetJiraJwtToken sets JiraJwtToken field to given value.
func (o *AddOrUpdateJiraIntegrationLinkModel) GetClientKey() string
GetClientKey returns the ClientKey field if non-nil, zero value otherwise.
func (o *AddOrUpdateJiraIntegrationLinkModel) GetClientKeyOk() (*string, bool)
GetClientKeyOk returns a tuple with the ClientKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddOrUpdateJiraIntegrationLinkModel) SetClientKey(v string)
SetClientKey sets ClientKey field to given value.
func (o *AddOrUpdateJiraIntegrationLinkModel) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *AddOrUpdateJiraIntegrationLinkModel) 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 *AddOrUpdateJiraIntegrationLinkModel) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *AddOrUpdateJiraIntegrationLinkModel) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *AddOrUpdateJiraIntegrationLinkModel) SetDescriptionNil(b bool)
SetDescriptionNil sets the value for Description to be an explicit nil
func (o *AddOrUpdateJiraIntegrationLinkModel) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (o *AddOrUpdateJiraIntegrationLinkModel) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *AddOrUpdateJiraIntegrationLinkModel) 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 *AddOrUpdateJiraIntegrationLinkModel) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *AddOrUpdateJiraIntegrationLinkModel) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (o *AddOrUpdateJiraIntegrationLinkModel) SetUrlNil(b bool)
SetUrlNil sets the value for Url to be an explicit nil
func (o *AddOrUpdateJiraIntegrationLinkModel) UnsetUrl()
UnsetUrl ensures that no value is present for Url, not even an explicit nil