Skip to content

Latest commit

 

History

History
164 lines (91 loc) · 5.46 KB

File metadata and controls

164 lines (91 loc) · 5.46 KB

AlertsAlertTemplateAlertTemplateResponse

Properties

Name Type Description Notes
Id Pointer to int32 [optional]
DisplayName Pointer to NullableString [optional]
ForestRoot Pointer to NullableString [optional]
ConfigurationTenant Pointer to NullableString [optional]

Methods

NewAlertsAlertTemplateAlertTemplateResponse

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

NewAlertsAlertTemplateAlertTemplateResponseWithDefaults

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

GetId

func (o *AlertsAlertTemplateAlertTemplateResponse) GetId() int32

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

GetIdOk

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.

SetId

func (o *AlertsAlertTemplateAlertTemplateResponse) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *AlertsAlertTemplateAlertTemplateResponse) HasId() bool

HasId returns a boolean if a field has been set.

GetDisplayName

func (o *AlertsAlertTemplateAlertTemplateResponse) GetDisplayName() string

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

GetDisplayNameOk

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.

SetDisplayName

func (o *AlertsAlertTemplateAlertTemplateResponse) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *AlertsAlertTemplateAlertTemplateResponse) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

SetDisplayNameNil

func (o *AlertsAlertTemplateAlertTemplateResponse) SetDisplayNameNil(b bool)

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

UnsetDisplayName

func (o *AlertsAlertTemplateAlertTemplateResponse) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

GetForestRoot

func (o *AlertsAlertTemplateAlertTemplateResponse) GetForestRoot() string

GetForestRoot returns the ForestRoot field if non-nil, zero value otherwise.

GetForestRootOk

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.

SetForestRoot

func (o *AlertsAlertTemplateAlertTemplateResponse) SetForestRoot(v string)

SetForestRoot sets ForestRoot field to given value.

HasForestRoot

func (o *AlertsAlertTemplateAlertTemplateResponse) HasForestRoot() bool

HasForestRoot returns a boolean if a field has been set.

SetForestRootNil

func (o *AlertsAlertTemplateAlertTemplateResponse) SetForestRootNil(b bool)

SetForestRootNil sets the value for ForestRoot to be an explicit nil

UnsetForestRoot

func (o *AlertsAlertTemplateAlertTemplateResponse) UnsetForestRoot()

UnsetForestRoot ensures that no value is present for ForestRoot, not even an explicit nil

GetConfigurationTenant

func (o *AlertsAlertTemplateAlertTemplateResponse) GetConfigurationTenant() string

GetConfigurationTenant returns the ConfigurationTenant field if non-nil, zero value otherwise.

GetConfigurationTenantOk

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.

SetConfigurationTenant

func (o *AlertsAlertTemplateAlertTemplateResponse) SetConfigurationTenant(v string)

SetConfigurationTenant sets ConfigurationTenant field to given value.

HasConfigurationTenant

func (o *AlertsAlertTemplateAlertTemplateResponse) HasConfigurationTenant() bool

HasConfigurationTenant returns a boolean if a field has been set.

SetConfigurationTenantNil

func (o *AlertsAlertTemplateAlertTemplateResponse) SetConfigurationTenantNil(b bool)

SetConfigurationTenantNil sets the value for ConfigurationTenant to be an explicit nil

UnsetConfigurationTenant

func (o *AlertsAlertTemplateAlertTemplateResponse) UnsetConfigurationTenant()

UnsetConfigurationTenant ensures that no value is present for ConfigurationTenant, not even an explicit nil

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