Name | Type | Description | Notes |
---|---|---|---|
IntegrationGuid | string | Guid of Integration in Alert Definition Escalation Level | |
Name | Pointer to string | Name of Integration in Alert Definition Escalation Level | [optional] |
Type | IntegrationTypeEnum | Type of Integration in Alert Definition Escalation Level | |
ExtraEmailAddresses | Pointer to string | Extra emailadresses for this integration (if type == email) | [optional] |
StatusHubServiceList | Pointer to []IntegrationServiceMap | All statushubs for this integration (if type == statushub) | [optional] |
IntegrationServices | Pointer to []string | All integrations services. | [optional] |
Hash | Pointer to string | [optional] |
func NewIntegration(integrationGuid string, type_ IntegrationTypeEnum, ) *Integration
NewIntegration instantiates a new Integration 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 NewIntegrationWithDefaults() *Integration
NewIntegrationWithDefaults instantiates a new Integration 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 *Integration) GetIntegrationGuid() string
GetIntegrationGuid returns the IntegrationGuid field if non-nil, zero value otherwise.
func (o *Integration) GetIntegrationGuidOk() (*string, bool)
GetIntegrationGuidOk returns a tuple with the IntegrationGuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Integration) SetIntegrationGuid(v string)
SetIntegrationGuid sets IntegrationGuid field to given value.
func (o *Integration) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *Integration) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Integration) SetName(v string)
SetName sets Name field to given value.
func (o *Integration) HasName() bool
HasName returns a boolean if a field has been set.
func (o *Integration) GetType() IntegrationTypeEnum
GetType returns the Type field if non-nil, zero value otherwise.
func (o *Integration) GetTypeOk() (*IntegrationTypeEnum, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Integration) SetType(v IntegrationTypeEnum)
SetType sets Type field to given value.
func (o *Integration) GetExtraEmailAddresses() string
GetExtraEmailAddresses returns the ExtraEmailAddresses field if non-nil, zero value otherwise.
func (o *Integration) GetExtraEmailAddressesOk() (*string, bool)
GetExtraEmailAddressesOk returns a tuple with the ExtraEmailAddresses field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Integration) SetExtraEmailAddresses(v string)
SetExtraEmailAddresses sets ExtraEmailAddresses field to given value.
func (o *Integration) HasExtraEmailAddresses() bool
HasExtraEmailAddresses returns a boolean if a field has been set.
func (o *Integration) GetStatusHubServiceList() []IntegrationServiceMap
GetStatusHubServiceList returns the StatusHubServiceList field if non-nil, zero value otherwise.
func (o *Integration) GetStatusHubServiceListOk() (*[]IntegrationServiceMap, bool)
GetStatusHubServiceListOk returns a tuple with the StatusHubServiceList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Integration) SetStatusHubServiceList(v []IntegrationServiceMap)
SetStatusHubServiceList sets StatusHubServiceList field to given value.
func (o *Integration) HasStatusHubServiceList() bool
HasStatusHubServiceList returns a boolean if a field has been set.
func (o *Integration) GetIntegrationServices() []string
GetIntegrationServices returns the IntegrationServices field if non-nil, zero value otherwise.
func (o *Integration) GetIntegrationServicesOk() (*[]string, bool)
GetIntegrationServicesOk returns a tuple with the IntegrationServices field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Integration) SetIntegrationServices(v []string)
SetIntegrationServices sets IntegrationServices field to given value.
func (o *Integration) HasIntegrationServices() bool
HasIntegrationServices returns a boolean if a field has been set.
func (o *Integration) GetHash() string
GetHash returns the Hash field if non-nil, zero value otherwise.
func (o *Integration) GetHashOk() (*string, bool)
GetHashOk returns a tuple with the Hash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Integration) SetHash(v string)
SetHash sets Hash field to given value.
func (o *Integration) HasHash() bool
HasHash returns a boolean if a field has been set.