Skip to content

Latest commit

 

History

History
342 lines (185 loc) · 10.7 KB

SyncroTicketingAlertConfigurationListRecordsInner.md

File metadata and controls

342 lines (185 loc) · 10.7 KB

SyncroTicketingAlertConfigurationListRecordsInner

Properties

Name Type Description Notes
AlertId Pointer to string [optional]
Category Pointer to string [optional]
Description Pointer to string [optional]
DisplayName Pointer to string [optional]
DueDays Pointer to int32 [optional]
Id Pointer to int32 [optional]
Priority Pointer to string [optional]
ProblemType Pointer to string [optional]
ShouldCreateTickets Pointer to bool [optional]
Status Pointer to string [optional]
UserId Pointer to int32 [optional]
Username Pointer to string [optional]

Methods

NewSyncroTicketingAlertConfigurationListRecordsInner

func NewSyncroTicketingAlertConfigurationListRecordsInner() *SyncroTicketingAlertConfigurationListRecordsInner

NewSyncroTicketingAlertConfigurationListRecordsInner instantiates a new SyncroTicketingAlertConfigurationListRecordsInner 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

NewSyncroTicketingAlertConfigurationListRecordsInnerWithDefaults

func NewSyncroTicketingAlertConfigurationListRecordsInnerWithDefaults() *SyncroTicketingAlertConfigurationListRecordsInner

NewSyncroTicketingAlertConfigurationListRecordsInnerWithDefaults instantiates a new SyncroTicketingAlertConfigurationListRecordsInner 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

GetAlertId

func (o *SyncroTicketingAlertConfigurationListRecordsInner) GetAlertId() string

GetAlertId returns the AlertId field if non-nil, zero value otherwise.

GetAlertIdOk

func (o *SyncroTicketingAlertConfigurationListRecordsInner) GetAlertIdOk() (*string, bool)

GetAlertIdOk returns a tuple with the AlertId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAlertId

func (o *SyncroTicketingAlertConfigurationListRecordsInner) SetAlertId(v string)

SetAlertId sets AlertId field to given value.

HasAlertId

func (o *SyncroTicketingAlertConfigurationListRecordsInner) HasAlertId() bool

HasAlertId returns a boolean if a field has been set.

GetCategory

func (o *SyncroTicketingAlertConfigurationListRecordsInner) GetCategory() string

GetCategory returns the Category field if non-nil, zero value otherwise.

GetCategoryOk

func (o *SyncroTicketingAlertConfigurationListRecordsInner) GetCategoryOk() (*string, bool)

GetCategoryOk returns a tuple with the Category field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCategory

func (o *SyncroTicketingAlertConfigurationListRecordsInner) SetCategory(v string)

SetCategory sets Category field to given value.

HasCategory

func (o *SyncroTicketingAlertConfigurationListRecordsInner) HasCategory() bool

HasCategory returns a boolean if a field has been set.

GetDescription

func (o *SyncroTicketingAlertConfigurationListRecordsInner) GetDescription() string

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

GetDescriptionOk

func (o *SyncroTicketingAlertConfigurationListRecordsInner) 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 *SyncroTicketingAlertConfigurationListRecordsInner) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *SyncroTicketingAlertConfigurationListRecordsInner) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetDisplayName

func (o *SyncroTicketingAlertConfigurationListRecordsInner) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

func (o *SyncroTicketingAlertConfigurationListRecordsInner) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDisplayName

func (o *SyncroTicketingAlertConfigurationListRecordsInner) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *SyncroTicketingAlertConfigurationListRecordsInner) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetDueDays

func (o *SyncroTicketingAlertConfigurationListRecordsInner) GetDueDays() int32

GetDueDays returns the DueDays field if non-nil, zero value otherwise.

GetDueDaysOk

func (o *SyncroTicketingAlertConfigurationListRecordsInner) GetDueDaysOk() (*int32, bool)

GetDueDaysOk returns a tuple with the DueDays field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDueDays

func (o *SyncroTicketingAlertConfigurationListRecordsInner) SetDueDays(v int32)

SetDueDays sets DueDays field to given value.

HasDueDays

func (o *SyncroTicketingAlertConfigurationListRecordsInner) HasDueDays() bool

HasDueDays returns a boolean if a field has been set.

GetId

func (o *SyncroTicketingAlertConfigurationListRecordsInner) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *SyncroTicketingAlertConfigurationListRecordsInner) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetId

func (o *SyncroTicketingAlertConfigurationListRecordsInner) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *SyncroTicketingAlertConfigurationListRecordsInner) HasId() bool

HasId returns a boolean if a field has been set.

GetPriority

func (o *SyncroTicketingAlertConfigurationListRecordsInner) GetPriority() string

GetPriority returns the Priority field if non-nil, zero value otherwise.

GetPriorityOk

func (o *SyncroTicketingAlertConfigurationListRecordsInner) GetPriorityOk() (*string, bool)

GetPriorityOk returns a tuple with the Priority field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPriority

func (o *SyncroTicketingAlertConfigurationListRecordsInner) SetPriority(v string)

SetPriority sets Priority field to given value.

HasPriority

func (o *SyncroTicketingAlertConfigurationListRecordsInner) HasPriority() bool

HasPriority returns a boolean if a field has been set.

GetProblemType

func (o *SyncroTicketingAlertConfigurationListRecordsInner) GetProblemType() string

GetProblemType returns the ProblemType field if non-nil, zero value otherwise.

GetProblemTypeOk

func (o *SyncroTicketingAlertConfigurationListRecordsInner) GetProblemTypeOk() (*string, bool)

GetProblemTypeOk returns a tuple with the ProblemType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetProblemType

func (o *SyncroTicketingAlertConfigurationListRecordsInner) SetProblemType(v string)

SetProblemType sets ProblemType field to given value.

HasProblemType

func (o *SyncroTicketingAlertConfigurationListRecordsInner) HasProblemType() bool

HasProblemType returns a boolean if a field has been set.

GetShouldCreateTickets

func (o *SyncroTicketingAlertConfigurationListRecordsInner) GetShouldCreateTickets() bool

GetShouldCreateTickets returns the ShouldCreateTickets field if non-nil, zero value otherwise.

GetShouldCreateTicketsOk

func (o *SyncroTicketingAlertConfigurationListRecordsInner) GetShouldCreateTicketsOk() (*bool, bool)

GetShouldCreateTicketsOk returns a tuple with the ShouldCreateTickets field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetShouldCreateTickets

func (o *SyncroTicketingAlertConfigurationListRecordsInner) SetShouldCreateTickets(v bool)

SetShouldCreateTickets sets ShouldCreateTickets field to given value.

HasShouldCreateTickets

func (o *SyncroTicketingAlertConfigurationListRecordsInner) HasShouldCreateTickets() bool

HasShouldCreateTickets returns a boolean if a field has been set.

GetStatus

func (o *SyncroTicketingAlertConfigurationListRecordsInner) GetStatus() string

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

GetStatusOk

func (o *SyncroTicketingAlertConfigurationListRecordsInner) 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 *SyncroTicketingAlertConfigurationListRecordsInner) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *SyncroTicketingAlertConfigurationListRecordsInner) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetUserId

func (o *SyncroTicketingAlertConfigurationListRecordsInner) GetUserId() int32

GetUserId returns the UserId field if non-nil, zero value otherwise.

GetUserIdOk

func (o *SyncroTicketingAlertConfigurationListRecordsInner) GetUserIdOk() (*int32, bool)

GetUserIdOk returns a tuple with the UserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUserId

func (o *SyncroTicketingAlertConfigurationListRecordsInner) SetUserId(v int32)

SetUserId sets UserId field to given value.

HasUserId

func (o *SyncroTicketingAlertConfigurationListRecordsInner) HasUserId() bool

HasUserId returns a boolean if a field has been set.

GetUsername

func (o *SyncroTicketingAlertConfigurationListRecordsInner) GetUsername() string

GetUsername returns the Username field if non-nil, zero value otherwise.

GetUsernameOk

func (o *SyncroTicketingAlertConfigurationListRecordsInner) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUsername

func (o *SyncroTicketingAlertConfigurationListRecordsInner) SetUsername(v string)

SetUsername sets Username field to given value.

HasUsername

func (o *SyncroTicketingAlertConfigurationListRecordsInner) HasUsername() bool

HasUsername returns a boolean if a field has been set.

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