Skip to content

Latest commit

 

History

History
368 lines (199 loc) · 12.5 KB

AutotaskTicketingAlertConfigurationListRecordsInner.md

File metadata and controls

368 lines (199 loc) · 12.5 KB

AutotaskTicketingAlertConfigurationListRecordsInner

Properties

Name Type Description Notes
AlertId Pointer to string [optional]
Category Pointer to string [optional]
Description Pointer to string [optional]
Destination Pointer to string [optional]
DisplayName Pointer to string [optional]
DueDays Pointer to int32 [optional]
Id Pointer to int32 [optional]
Priority Pointer to AutotaskTicketingAlertConfigurationPriority [optional]
Queue Pointer to AutotaskTicketingAlertConfigurationPriority [optional]
Resource Pointer to AutotaskTicketingAlertConfigurationResource [optional]
ShouldCreateTickets Pointer to bool [optional]
Source Pointer to AutotaskTicketingAlertConfigurationPriority [optional]
Status Pointer to AutotaskTicketingAlertConfigurationPriority [optional]

Methods

NewAutotaskTicketingAlertConfigurationListRecordsInner

func NewAutotaskTicketingAlertConfigurationListRecordsInner() *AutotaskTicketingAlertConfigurationListRecordsInner

NewAutotaskTicketingAlertConfigurationListRecordsInner instantiates a new AutotaskTicketingAlertConfigurationListRecordsInner 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

NewAutotaskTicketingAlertConfigurationListRecordsInnerWithDefaults

func NewAutotaskTicketingAlertConfigurationListRecordsInnerWithDefaults() *AutotaskTicketingAlertConfigurationListRecordsInner

NewAutotaskTicketingAlertConfigurationListRecordsInnerWithDefaults instantiates a new AutotaskTicketingAlertConfigurationListRecordsInner 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 *AutotaskTicketingAlertConfigurationListRecordsInner) GetAlertId() string

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

GetAlertIdOk

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) 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 *AutotaskTicketingAlertConfigurationListRecordsInner) SetAlertId(v string)

SetAlertId sets AlertId field to given value.

HasAlertId

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) HasAlertId() bool

HasAlertId returns a boolean if a field has been set.

GetCategory

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) GetCategory() string

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

GetCategoryOk

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) 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 *AutotaskTicketingAlertConfigurationListRecordsInner) SetCategory(v string)

SetCategory sets Category field to given value.

HasCategory

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) HasCategory() bool

HasCategory returns a boolean if a field has been set.

GetDescription

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) GetDescription() string

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

GetDescriptionOk

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

SetDescription sets Description field to given value.

HasDescription

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetDestination

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) GetDestination() string

GetDestination returns the Destination field if non-nil, zero value otherwise.

GetDestinationOk

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) GetDestinationOk() (*string, bool)

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

SetDestination

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) SetDestination(v string)

SetDestination sets Destination field to given value.

HasDestination

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) HasDestination() bool

HasDestination returns a boolean if a field has been set.

GetDisplayName

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) GetDisplayName() string

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

GetDisplayNameOk

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) 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 *AutotaskTicketingAlertConfigurationListRecordsInner) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetDueDays

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) GetDueDays() int32

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

GetDueDaysOk

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) 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 *AutotaskTicketingAlertConfigurationListRecordsInner) SetDueDays(v int32)

SetDueDays sets DueDays field to given value.

HasDueDays

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) HasDueDays() bool

HasDueDays returns a boolean if a field has been set.

GetId

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) GetId() int32

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

GetIdOk

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) 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 *AutotaskTicketingAlertConfigurationListRecordsInner) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) HasId() bool

HasId returns a boolean if a field has been set.

GetPriority

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) GetPriority() AutotaskTicketingAlertConfigurationPriority

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

GetPriorityOk

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) GetPriorityOk() (*AutotaskTicketingAlertConfigurationPriority, 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 *AutotaskTicketingAlertConfigurationListRecordsInner) SetPriority(v AutotaskTicketingAlertConfigurationPriority)

SetPriority sets Priority field to given value.

HasPriority

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) HasPriority() bool

HasPriority returns a boolean if a field has been set.

GetQueue

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) GetQueue() AutotaskTicketingAlertConfigurationPriority

GetQueue returns the Queue field if non-nil, zero value otherwise.

GetQueueOk

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) GetQueueOk() (*AutotaskTicketingAlertConfigurationPriority, bool)

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

SetQueue

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) SetQueue(v AutotaskTicketingAlertConfigurationPriority)

SetQueue sets Queue field to given value.

HasQueue

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) HasQueue() bool

HasQueue returns a boolean if a field has been set.

GetResource

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) GetResource() AutotaskTicketingAlertConfigurationResource

GetResource returns the Resource field if non-nil, zero value otherwise.

GetResourceOk

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) GetResourceOk() (*AutotaskTicketingAlertConfigurationResource, bool)

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

SetResource

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) SetResource(v AutotaskTicketingAlertConfigurationResource)

SetResource sets Resource field to given value.

HasResource

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) HasResource() bool

HasResource returns a boolean if a field has been set.

GetShouldCreateTickets

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) GetShouldCreateTickets() bool

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

GetShouldCreateTicketsOk

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) 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 *AutotaskTicketingAlertConfigurationListRecordsInner) SetShouldCreateTickets(v bool)

SetShouldCreateTickets sets ShouldCreateTickets field to given value.

HasShouldCreateTickets

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) HasShouldCreateTickets() bool

HasShouldCreateTickets returns a boolean if a field has been set.

GetSource

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) GetSource() AutotaskTicketingAlertConfigurationPriority

GetSource returns the Source field if non-nil, zero value otherwise.

GetSourceOk

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) GetSourceOk() (*AutotaskTicketingAlertConfigurationPriority, bool)

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

SetSource

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) SetSource(v AutotaskTicketingAlertConfigurationPriority)

SetSource sets Source field to given value.

HasSource

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) HasSource() bool

HasSource returns a boolean if a field has been set.

GetStatus

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) GetStatus() AutotaskTicketingAlertConfigurationPriority

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

GetStatusOk

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) GetStatusOk() (*AutotaskTicketingAlertConfigurationPriority, 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 *AutotaskTicketingAlertConfigurationListRecordsInner) SetStatus(v AutotaskTicketingAlertConfigurationPriority)

SetStatus sets Status field to given value.

HasStatus

func (o *AutotaskTicketingAlertConfigurationListRecordsInner) HasStatus() bool

HasStatus returns a boolean if a field has been set.

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