Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
DisplayName | Pointer to string | [optional] | |
ForestRoot | Pointer to string | [optional] | |
ConfigurationTenant | Pointer to string | [optional] |
func NewKeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse() *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse
NewKeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse instantiates a new KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse 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 NewKeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponseWithDefaults() *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse
NewKeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponseWithDefaults instantiates a new KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse 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 *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) 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.
func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) SetId(v int32)
SetId sets Id field to given value.
func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) 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.
func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) GetForestRoot() string
GetForestRoot returns the ForestRoot field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) GetForestRootOk() (*string, bool)
GetForestRootOk returns a tuple with the ForestRoot field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) SetForestRoot(v string)
SetForestRoot sets ForestRoot field to given value.
func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) HasForestRoot() bool
HasForestRoot returns a boolean if a field has been set.
func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) GetConfigurationTenant() string
GetConfigurationTenant returns the ConfigurationTenant field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) GetConfigurationTenantOk() (*string, bool)
GetConfigurationTenantOk returns a tuple with the ConfigurationTenant field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) SetConfigurationTenant(v string)
SetConfigurationTenant sets ConfigurationTenant field to given value.
func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) HasConfigurationTenant() bool
HasConfigurationTenant returns a boolean if a field has been set.