Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.8 KB

KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse.md

File metadata and controls

134 lines (73 loc) · 4.8 KB

KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse

Properties

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

Methods

NewKeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse

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

NewKeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponseWithDefaults

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

GetId

func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) GetId() int32

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

GetIdOk

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.

SetId

func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) HasId() bool

HasId returns a boolean if a field has been set.

GetDisplayName

func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) GetDisplayName() string

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

GetDisplayNameOk

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.

SetDisplayName

func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetForestRoot

func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) GetForestRoot() string

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

GetForestRootOk

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.

SetForestRoot

func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) SetForestRoot(v string)

SetForestRoot sets ForestRoot field to given value.

HasForestRoot

func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) HasForestRoot() bool

HasForestRoot returns a boolean if a field has been set.

GetConfigurationTenant

func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) GetConfigurationTenant() string

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

GetConfigurationTenantOk

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.

SetConfigurationTenant

func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) SetConfigurationTenant(v string)

SetConfigurationTenant sets ConfigurationTenant field to given value.

HasConfigurationTenant

func (o *KeyfactorApiModelsAlertsAlertTemplateAlertTemplateResponse) HasConfigurationTenant() bool

HasConfigurationTenant returns a boolean if a field has been set.

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