| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| DisplayName | Pointer to NullableString | [optional] | |
| ForestRoot | Pointer to NullableString | [optional] | |
| ConfigurationTenant | Pointer to NullableString | [optional] |
func NewAlertsAlertTemplateAlertTemplateResponse() *AlertsAlertTemplateAlertTemplateResponse
NewAlertsAlertTemplateAlertTemplateResponse instantiates a new AlertsAlertTemplateAlertTemplateResponse 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 NewAlertsAlertTemplateAlertTemplateResponseWithDefaults() *AlertsAlertTemplateAlertTemplateResponse
NewAlertsAlertTemplateAlertTemplateResponseWithDefaults instantiates a new AlertsAlertTemplateAlertTemplateResponse 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 *AlertsAlertTemplateAlertTemplateResponse) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *AlertsAlertTemplateAlertTemplateResponse) 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 *AlertsAlertTemplateAlertTemplateResponse) SetId(v int32)
SetId sets Id field to given value.
func (o *AlertsAlertTemplateAlertTemplateResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *AlertsAlertTemplateAlertTemplateResponse) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *AlertsAlertTemplateAlertTemplateResponse) 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 *AlertsAlertTemplateAlertTemplateResponse) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *AlertsAlertTemplateAlertTemplateResponse) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *AlertsAlertTemplateAlertTemplateResponse) SetDisplayNameNil(b bool)
SetDisplayNameNil sets the value for DisplayName to be an explicit nil
func (o *AlertsAlertTemplateAlertTemplateResponse) UnsetDisplayName()
UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil
func (o *AlertsAlertTemplateAlertTemplateResponse) GetForestRoot() string
GetForestRoot returns the ForestRoot field if non-nil, zero value otherwise.
func (o *AlertsAlertTemplateAlertTemplateResponse) 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 *AlertsAlertTemplateAlertTemplateResponse) SetForestRoot(v string)
SetForestRoot sets ForestRoot field to given value.
func (o *AlertsAlertTemplateAlertTemplateResponse) HasForestRoot() bool
HasForestRoot returns a boolean if a field has been set.
func (o *AlertsAlertTemplateAlertTemplateResponse) SetForestRootNil(b bool)
SetForestRootNil sets the value for ForestRoot to be an explicit nil
func (o *AlertsAlertTemplateAlertTemplateResponse) UnsetForestRoot()
UnsetForestRoot ensures that no value is present for ForestRoot, not even an explicit nil
func (o *AlertsAlertTemplateAlertTemplateResponse) GetConfigurationTenant() string
GetConfigurationTenant returns the ConfigurationTenant field if non-nil, zero value otherwise.
func (o *AlertsAlertTemplateAlertTemplateResponse) 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 *AlertsAlertTemplateAlertTemplateResponse) SetConfigurationTenant(v string)
SetConfigurationTenant sets ConfigurationTenant field to given value.
func (o *AlertsAlertTemplateAlertTemplateResponse) HasConfigurationTenant() bool
HasConfigurationTenant returns a boolean if a field has been set.
func (o *AlertsAlertTemplateAlertTemplateResponse) SetConfigurationTenantNil(b bool)
SetConfigurationTenantNil sets the value for ConfigurationTenant to be an explicit nil
func (o *AlertsAlertTemplateAlertTemplateResponse) UnsetConfigurationTenant()
UnsetConfigurationTenant ensures that no value is present for ConfigurationTenant, not even an explicit nil