| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| CommonName | Pointer to NullableString | [optional] | |
| TemplateName | Pointer to NullableString | [optional] | |
| Oid | Pointer to NullableString | [optional] | |
| KeySize | Pointer to NullableString | [optional] | |
| KeyType | Pointer to NullableString | [optional] | |
| ForestRoot | Pointer to NullableString | [optional] [readonly] | |
| ConfigurationTenant | Pointer to NullableString | [optional] | |
| FriendlyName | Pointer to NullableString | [optional] | |
| KeyRetention | Pointer to CSSCMSCoreEnumsKeyRetentionPolicy | [optional] | |
| KeyRetentionDays | Pointer to NullableInt32 | [optional] | |
| KeyArchival | Pointer to bool | [optional] | |
| EnrollmentFields | Pointer to []TemplatesTemplateEnrollmentFieldRequestResponseModel | [optional] | |
| AllowedEnrollmentTypes | Pointer to CSSCMSCoreEnumsEnrollmentType | [optional] | |
| TemplateRegexes | Pointer to []TemplatesTemplateRegexRequestResponseModel | [optional] | |
| UseAllowedRequesters | Pointer to bool | [optional] | |
| AllowedRequesters | Pointer to []string | [optional] | |
| DisplayName | Pointer to NullableString | [optional] | |
| RequiresApproval | Pointer to bool | [optional] | |
| KeyUsage | Pointer to int32 | [optional] | |
| ExtendedKeyUsages | Pointer to []TemplatesExtendedKeyUsageResponseModel | [optional] | |
| AllowOneClickRenewals | Pointer to bool | [optional] | |
| KeyTypes | Pointer to NullableString | [optional] |
func NewTemplatesTemplateCollectionRetrievalResponse() *TemplatesTemplateCollectionRetrievalResponse
NewTemplatesTemplateCollectionRetrievalResponse instantiates a new TemplatesTemplateCollectionRetrievalResponse 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 NewTemplatesTemplateCollectionRetrievalResponseWithDefaults() *TemplatesTemplateCollectionRetrievalResponse
NewTemplatesTemplateCollectionRetrievalResponseWithDefaults instantiates a new TemplatesTemplateCollectionRetrievalResponse 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 *TemplatesTemplateCollectionRetrievalResponse) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *TemplatesTemplateCollectionRetrievalResponse) 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 *TemplatesTemplateCollectionRetrievalResponse) SetId(v int32)
SetId sets Id field to given value.
func (o *TemplatesTemplateCollectionRetrievalResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) GetCommonName() string
GetCommonName returns the CommonName field if non-nil, zero value otherwise.
func (o *TemplatesTemplateCollectionRetrievalResponse) GetCommonNameOk() (*string, bool)
GetCommonNameOk returns a tuple with the CommonName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) SetCommonName(v string)
SetCommonName sets CommonName field to given value.
func (o *TemplatesTemplateCollectionRetrievalResponse) HasCommonName() bool
HasCommonName returns a boolean if a field has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) SetCommonNameNil(b bool)
SetCommonNameNil sets the value for CommonName to be an explicit nil
func (o *TemplatesTemplateCollectionRetrievalResponse) UnsetCommonName()
UnsetCommonName ensures that no value is present for CommonName, not even an explicit nil
func (o *TemplatesTemplateCollectionRetrievalResponse) GetTemplateName() string
GetTemplateName returns the TemplateName field if non-nil, zero value otherwise.
func (o *TemplatesTemplateCollectionRetrievalResponse) GetTemplateNameOk() (*string, bool)
GetTemplateNameOk returns a tuple with the TemplateName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) SetTemplateName(v string)
SetTemplateName sets TemplateName field to given value.
func (o *TemplatesTemplateCollectionRetrievalResponse) HasTemplateName() bool
HasTemplateName returns a boolean if a field has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) SetTemplateNameNil(b bool)
SetTemplateNameNil sets the value for TemplateName to be an explicit nil
func (o *TemplatesTemplateCollectionRetrievalResponse) UnsetTemplateName()
UnsetTemplateName ensures that no value is present for TemplateName, not even an explicit nil
func (o *TemplatesTemplateCollectionRetrievalResponse) GetOid() string
GetOid returns the Oid field if non-nil, zero value otherwise.
func (o *TemplatesTemplateCollectionRetrievalResponse) GetOidOk() (*string, bool)
GetOidOk returns a tuple with the Oid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) SetOid(v string)
SetOid sets Oid field to given value.
func (o *TemplatesTemplateCollectionRetrievalResponse) HasOid() bool
HasOid returns a boolean if a field has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) SetOidNil(b bool)
SetOidNil sets the value for Oid to be an explicit nil
func (o *TemplatesTemplateCollectionRetrievalResponse) UnsetOid()
UnsetOid ensures that no value is present for Oid, not even an explicit nil
func (o *TemplatesTemplateCollectionRetrievalResponse) GetKeySize() string
GetKeySize returns the KeySize field if non-nil, zero value otherwise.
func (o *TemplatesTemplateCollectionRetrievalResponse) GetKeySizeOk() (*string, bool)
GetKeySizeOk returns a tuple with the KeySize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) SetKeySize(v string)
SetKeySize sets KeySize field to given value.
func (o *TemplatesTemplateCollectionRetrievalResponse) HasKeySize() bool
HasKeySize returns a boolean if a field has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) SetKeySizeNil(b bool)
SetKeySizeNil sets the value for KeySize to be an explicit nil
func (o *TemplatesTemplateCollectionRetrievalResponse) UnsetKeySize()
UnsetKeySize ensures that no value is present for KeySize, not even an explicit nil
func (o *TemplatesTemplateCollectionRetrievalResponse) GetKeyType() string
GetKeyType returns the KeyType field if non-nil, zero value otherwise.
func (o *TemplatesTemplateCollectionRetrievalResponse) GetKeyTypeOk() (*string, bool)
GetKeyTypeOk returns a tuple with the KeyType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) SetKeyType(v string)
SetKeyType sets KeyType field to given value.
func (o *TemplatesTemplateCollectionRetrievalResponse) HasKeyType() bool
HasKeyType returns a boolean if a field has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) SetKeyTypeNil(b bool)
SetKeyTypeNil sets the value for KeyType to be an explicit nil
func (o *TemplatesTemplateCollectionRetrievalResponse) UnsetKeyType()
UnsetKeyType ensures that no value is present for KeyType, not even an explicit nil
func (o *TemplatesTemplateCollectionRetrievalResponse) GetForestRoot() string
GetForestRoot returns the ForestRoot field if non-nil, zero value otherwise.
func (o *TemplatesTemplateCollectionRetrievalResponse) 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 *TemplatesTemplateCollectionRetrievalResponse) SetForestRoot(v string)
SetForestRoot sets ForestRoot field to given value.
func (o *TemplatesTemplateCollectionRetrievalResponse) HasForestRoot() bool
HasForestRoot returns a boolean if a field has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) SetForestRootNil(b bool)
SetForestRootNil sets the value for ForestRoot to be an explicit nil
func (o *TemplatesTemplateCollectionRetrievalResponse) UnsetForestRoot()
UnsetForestRoot ensures that no value is present for ForestRoot, not even an explicit nil
func (o *TemplatesTemplateCollectionRetrievalResponse) GetConfigurationTenant() string
GetConfigurationTenant returns the ConfigurationTenant field if non-nil, zero value otherwise.
func (o *TemplatesTemplateCollectionRetrievalResponse) 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 *TemplatesTemplateCollectionRetrievalResponse) SetConfigurationTenant(v string)
SetConfigurationTenant sets ConfigurationTenant field to given value.
func (o *TemplatesTemplateCollectionRetrievalResponse) HasConfigurationTenant() bool
HasConfigurationTenant returns a boolean if a field has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) SetConfigurationTenantNil(b bool)
SetConfigurationTenantNil sets the value for ConfigurationTenant to be an explicit nil
func (o *TemplatesTemplateCollectionRetrievalResponse) UnsetConfigurationTenant()
UnsetConfigurationTenant ensures that no value is present for ConfigurationTenant, not even an explicit nil
func (o *TemplatesTemplateCollectionRetrievalResponse) GetFriendlyName() string
GetFriendlyName returns the FriendlyName field if non-nil, zero value otherwise.
func (o *TemplatesTemplateCollectionRetrievalResponse) GetFriendlyNameOk() (*string, bool)
GetFriendlyNameOk returns a tuple with the FriendlyName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) SetFriendlyName(v string)
SetFriendlyName sets FriendlyName field to given value.
func (o *TemplatesTemplateCollectionRetrievalResponse) HasFriendlyName() bool
HasFriendlyName returns a boolean if a field has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) SetFriendlyNameNil(b bool)
SetFriendlyNameNil sets the value for FriendlyName to be an explicit nil
func (o *TemplatesTemplateCollectionRetrievalResponse) UnsetFriendlyName()
UnsetFriendlyName ensures that no value is present for FriendlyName, not even an explicit nil
func (o *TemplatesTemplateCollectionRetrievalResponse) GetKeyRetention() CSSCMSCoreEnumsKeyRetentionPolicy
GetKeyRetention returns the KeyRetention field if non-nil, zero value otherwise.
func (o *TemplatesTemplateCollectionRetrievalResponse) GetKeyRetentionOk() (*CSSCMSCoreEnumsKeyRetentionPolicy, bool)
GetKeyRetentionOk returns a tuple with the KeyRetention field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) SetKeyRetention(v CSSCMSCoreEnumsKeyRetentionPolicy)
SetKeyRetention sets KeyRetention field to given value.
func (o *TemplatesTemplateCollectionRetrievalResponse) HasKeyRetention() bool
HasKeyRetention returns a boolean if a field has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) GetKeyRetentionDays() int32
GetKeyRetentionDays returns the KeyRetentionDays field if non-nil, zero value otherwise.
func (o *TemplatesTemplateCollectionRetrievalResponse) GetKeyRetentionDaysOk() (*int32, bool)
GetKeyRetentionDaysOk returns a tuple with the KeyRetentionDays field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) SetKeyRetentionDays(v int32)
SetKeyRetentionDays sets KeyRetentionDays field to given value.
func (o *TemplatesTemplateCollectionRetrievalResponse) HasKeyRetentionDays() bool
HasKeyRetentionDays returns a boolean if a field has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) SetKeyRetentionDaysNil(b bool)
SetKeyRetentionDaysNil sets the value for KeyRetentionDays to be an explicit nil
func (o *TemplatesTemplateCollectionRetrievalResponse) UnsetKeyRetentionDays()
UnsetKeyRetentionDays ensures that no value is present for KeyRetentionDays, not even an explicit nil
func (o *TemplatesTemplateCollectionRetrievalResponse) GetKeyArchival() bool
GetKeyArchival returns the KeyArchival field if non-nil, zero value otherwise.
func (o *TemplatesTemplateCollectionRetrievalResponse) GetKeyArchivalOk() (*bool, bool)
GetKeyArchivalOk returns a tuple with the KeyArchival field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) SetKeyArchival(v bool)
SetKeyArchival sets KeyArchival field to given value.
func (o *TemplatesTemplateCollectionRetrievalResponse) HasKeyArchival() bool
HasKeyArchival returns a boolean if a field has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) GetEnrollmentFields() []TemplatesTemplateEnrollmentFieldRequestResponseModel
GetEnrollmentFields returns the EnrollmentFields field if non-nil, zero value otherwise.
func (o *TemplatesTemplateCollectionRetrievalResponse) GetEnrollmentFieldsOk() (*[]TemplatesTemplateEnrollmentFieldRequestResponseModel, bool)
GetEnrollmentFieldsOk returns a tuple with the EnrollmentFields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) SetEnrollmentFields(v []TemplatesTemplateEnrollmentFieldRequestResponseModel)
SetEnrollmentFields sets EnrollmentFields field to given value.
func (o *TemplatesTemplateCollectionRetrievalResponse) HasEnrollmentFields() bool
HasEnrollmentFields returns a boolean if a field has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) SetEnrollmentFieldsNil(b bool)
SetEnrollmentFieldsNil sets the value for EnrollmentFields to be an explicit nil
func (o *TemplatesTemplateCollectionRetrievalResponse) UnsetEnrollmentFields()
UnsetEnrollmentFields ensures that no value is present for EnrollmentFields, not even an explicit nil
func (o *TemplatesTemplateCollectionRetrievalResponse) GetAllowedEnrollmentTypes() CSSCMSCoreEnumsEnrollmentType
GetAllowedEnrollmentTypes returns the AllowedEnrollmentTypes field if non-nil, zero value otherwise.
func (o *TemplatesTemplateCollectionRetrievalResponse) GetAllowedEnrollmentTypesOk() (*CSSCMSCoreEnumsEnrollmentType, bool)
GetAllowedEnrollmentTypesOk returns a tuple with the AllowedEnrollmentTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) SetAllowedEnrollmentTypes(v CSSCMSCoreEnumsEnrollmentType)
SetAllowedEnrollmentTypes sets AllowedEnrollmentTypes field to given value.
func (o *TemplatesTemplateCollectionRetrievalResponse) HasAllowedEnrollmentTypes() bool
HasAllowedEnrollmentTypes returns a boolean if a field has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) GetTemplateRegexes() []TemplatesTemplateRegexRequestResponseModel
GetTemplateRegexes returns the TemplateRegexes field if non-nil, zero value otherwise.
func (o *TemplatesTemplateCollectionRetrievalResponse) GetTemplateRegexesOk() (*[]TemplatesTemplateRegexRequestResponseModel, bool)
GetTemplateRegexesOk returns a tuple with the TemplateRegexes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) SetTemplateRegexes(v []TemplatesTemplateRegexRequestResponseModel)
SetTemplateRegexes sets TemplateRegexes field to given value.
func (o *TemplatesTemplateCollectionRetrievalResponse) HasTemplateRegexes() bool
HasTemplateRegexes returns a boolean if a field has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) SetTemplateRegexesNil(b bool)
SetTemplateRegexesNil sets the value for TemplateRegexes to be an explicit nil
func (o *TemplatesTemplateCollectionRetrievalResponse) UnsetTemplateRegexes()
UnsetTemplateRegexes ensures that no value is present for TemplateRegexes, not even an explicit nil
func (o *TemplatesTemplateCollectionRetrievalResponse) GetUseAllowedRequesters() bool
GetUseAllowedRequesters returns the UseAllowedRequesters field if non-nil, zero value otherwise.
func (o *TemplatesTemplateCollectionRetrievalResponse) GetUseAllowedRequestersOk() (*bool, bool)
GetUseAllowedRequestersOk returns a tuple with the UseAllowedRequesters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) SetUseAllowedRequesters(v bool)
SetUseAllowedRequesters sets UseAllowedRequesters field to given value.
func (o *TemplatesTemplateCollectionRetrievalResponse) HasUseAllowedRequesters() bool
HasUseAllowedRequesters returns a boolean if a field has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) GetAllowedRequesters() []string
GetAllowedRequesters returns the AllowedRequesters field if non-nil, zero value otherwise.
func (o *TemplatesTemplateCollectionRetrievalResponse) GetAllowedRequestersOk() (*[]string, bool)
GetAllowedRequestersOk returns a tuple with the AllowedRequesters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) SetAllowedRequesters(v []string)
SetAllowedRequesters sets AllowedRequesters field to given value.
func (o *TemplatesTemplateCollectionRetrievalResponse) HasAllowedRequesters() bool
HasAllowedRequesters returns a boolean if a field has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) SetAllowedRequestersNil(b bool)
SetAllowedRequestersNil sets the value for AllowedRequesters to be an explicit nil
func (o *TemplatesTemplateCollectionRetrievalResponse) UnsetAllowedRequesters()
UnsetAllowedRequesters ensures that no value is present for AllowedRequesters, not even an explicit nil
func (o *TemplatesTemplateCollectionRetrievalResponse) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *TemplatesTemplateCollectionRetrievalResponse) 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 *TemplatesTemplateCollectionRetrievalResponse) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *TemplatesTemplateCollectionRetrievalResponse) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) SetDisplayNameNil(b bool)
SetDisplayNameNil sets the value for DisplayName to be an explicit nil
func (o *TemplatesTemplateCollectionRetrievalResponse) UnsetDisplayName()
UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil
func (o *TemplatesTemplateCollectionRetrievalResponse) GetRequiresApproval() bool
GetRequiresApproval returns the RequiresApproval field if non-nil, zero value otherwise.
func (o *TemplatesTemplateCollectionRetrievalResponse) GetRequiresApprovalOk() (*bool, bool)
GetRequiresApprovalOk returns a tuple with the RequiresApproval field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) SetRequiresApproval(v bool)
SetRequiresApproval sets RequiresApproval field to given value.
func (o *TemplatesTemplateCollectionRetrievalResponse) HasRequiresApproval() bool
HasRequiresApproval returns a boolean if a field has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) GetKeyUsage() int32
GetKeyUsage returns the KeyUsage field if non-nil, zero value otherwise.
func (o *TemplatesTemplateCollectionRetrievalResponse) GetKeyUsageOk() (*int32, bool)
GetKeyUsageOk returns a tuple with the KeyUsage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) SetKeyUsage(v int32)
SetKeyUsage sets KeyUsage field to given value.
func (o *TemplatesTemplateCollectionRetrievalResponse) HasKeyUsage() bool
HasKeyUsage returns a boolean if a field has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) GetExtendedKeyUsages() []TemplatesExtendedKeyUsageResponseModel
GetExtendedKeyUsages returns the ExtendedKeyUsages field if non-nil, zero value otherwise.
func (o *TemplatesTemplateCollectionRetrievalResponse) GetExtendedKeyUsagesOk() (*[]TemplatesExtendedKeyUsageResponseModel, bool)
GetExtendedKeyUsagesOk returns a tuple with the ExtendedKeyUsages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) SetExtendedKeyUsages(v []TemplatesExtendedKeyUsageResponseModel)
SetExtendedKeyUsages sets ExtendedKeyUsages field to given value.
func (o *TemplatesTemplateCollectionRetrievalResponse) HasExtendedKeyUsages() bool
HasExtendedKeyUsages returns a boolean if a field has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) SetExtendedKeyUsagesNil(b bool)
SetExtendedKeyUsagesNil sets the value for ExtendedKeyUsages to be an explicit nil
func (o *TemplatesTemplateCollectionRetrievalResponse) UnsetExtendedKeyUsages()
UnsetExtendedKeyUsages ensures that no value is present for ExtendedKeyUsages, not even an explicit nil
func (o *TemplatesTemplateCollectionRetrievalResponse) GetAllowOneClickRenewals() bool
GetAllowOneClickRenewals returns the AllowOneClickRenewals field if non-nil, zero value otherwise.
func (o *TemplatesTemplateCollectionRetrievalResponse) GetAllowOneClickRenewalsOk() (*bool, bool)
GetAllowOneClickRenewalsOk returns a tuple with the AllowOneClickRenewals field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) SetAllowOneClickRenewals(v bool)
SetAllowOneClickRenewals sets AllowOneClickRenewals field to given value.
func (o *TemplatesTemplateCollectionRetrievalResponse) HasAllowOneClickRenewals() bool
HasAllowOneClickRenewals returns a boolean if a field has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) GetKeyTypes() string
GetKeyTypes returns the KeyTypes field if non-nil, zero value otherwise.
func (o *TemplatesTemplateCollectionRetrievalResponse) GetKeyTypesOk() (*string, bool)
GetKeyTypesOk returns a tuple with the KeyTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) SetKeyTypes(v string)
SetKeyTypes sets KeyTypes field to given value.
func (o *TemplatesTemplateCollectionRetrievalResponse) HasKeyTypes() bool
HasKeyTypes returns a boolean if a field has been set.
func (o *TemplatesTemplateCollectionRetrievalResponse) SetKeyTypesNil(b bool)
SetKeyTypesNil sets the value for KeyTypes to be an explicit nil
func (o *TemplatesTemplateCollectionRetrievalResponse) UnsetKeyTypes()
UnsetKeyTypes ensures that no value is present for KeyTypes, not even an explicit nil