| Name | Type | Description | Notes |
|---|---|---|---|
| TemplateId | Pointer to int32 | [optional] | |
| KeyInfo | Pointer to CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo | [optional] |
func NewTemplatesKeyAlgorithmsResponseModel() *TemplatesKeyAlgorithmsResponseModel
NewTemplatesKeyAlgorithmsResponseModel instantiates a new TemplatesKeyAlgorithmsResponseModel 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 NewTemplatesKeyAlgorithmsResponseModelWithDefaults() *TemplatesKeyAlgorithmsResponseModel
NewTemplatesKeyAlgorithmsResponseModelWithDefaults instantiates a new TemplatesKeyAlgorithmsResponseModel 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 *TemplatesKeyAlgorithmsResponseModel) GetTemplateId() int32
GetTemplateId returns the TemplateId field if non-nil, zero value otherwise.
func (o *TemplatesKeyAlgorithmsResponseModel) GetTemplateIdOk() (*int32, bool)
GetTemplateIdOk returns a tuple with the TemplateId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TemplatesKeyAlgorithmsResponseModel) SetTemplateId(v int32)
SetTemplateId sets TemplateId field to given value.
func (o *TemplatesKeyAlgorithmsResponseModel) HasTemplateId() bool
HasTemplateId returns a boolean if a field has been set.
func (o *TemplatesKeyAlgorithmsResponseModel) GetKeyInfo() CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo
GetKeyInfo returns the KeyInfo field if non-nil, zero value otherwise.
func (o *TemplatesKeyAlgorithmsResponseModel) GetKeyInfoOk() (*CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo, bool)
GetKeyInfoOk returns a tuple with the KeyInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TemplatesKeyAlgorithmsResponseModel) SetKeyInfo(v CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo)
SetKeyInfo sets KeyInfo field to given value.
func (o *TemplatesKeyAlgorithmsResponseModel) HasKeyInfo() bool
HasKeyInfo returns a boolean if a field has been set.