Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.83 KB

File metadata and controls

82 lines (45 loc) · 2.83 KB

TemplatesKeyAlgorithmsResponseModel

Properties

Name Type Description Notes
TemplateId Pointer to int32 [optional]
KeyInfo Pointer to CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo [optional]

Methods

NewTemplatesKeyAlgorithmsResponseModel

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

NewTemplatesKeyAlgorithmsResponseModelWithDefaults

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

GetTemplateId

func (o *TemplatesKeyAlgorithmsResponseModel) GetTemplateId() int32

GetTemplateId returns the TemplateId field if non-nil, zero value otherwise.

GetTemplateIdOk

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.

SetTemplateId

func (o *TemplatesKeyAlgorithmsResponseModel) SetTemplateId(v int32)

SetTemplateId sets TemplateId field to given value.

HasTemplateId

func (o *TemplatesKeyAlgorithmsResponseModel) HasTemplateId() bool

HasTemplateId returns a boolean if a field has been set.

GetKeyInfo

func (o *TemplatesKeyAlgorithmsResponseModel) GetKeyInfo() CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo

GetKeyInfo returns the KeyInfo field if non-nil, zero value otherwise.

GetKeyInfoOk

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.

SetKeyInfo

func (o *TemplatesKeyAlgorithmsResponseModel) SetKeyInfo(v CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo)

SetKeyInfo sets KeyInfo field to given value.

HasKeyInfo

func (o *TemplatesKeyAlgorithmsResponseModel) HasKeyInfo() bool

HasKeyInfo returns a boolean if a field has been set.

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