| Name | Type | Description | Notes |
|---|---|---|---|
| Status | string | ||
| Errors | Pointer to []string | [optional] | |
| LatestVersion | Pointer to NullableString | [optional] | |
| Versions | Pointer to []map[string]interface{} | [optional] |
func NewTemplateDeleteResponse(status string, ) *TemplateDeleteResponse
NewTemplateDeleteResponse instantiates a new TemplateDeleteResponse 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 NewTemplateDeleteResponseWithDefaults() *TemplateDeleteResponse
NewTemplateDeleteResponseWithDefaults instantiates a new TemplateDeleteResponse 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 *TemplateDeleteResponse) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *TemplateDeleteResponse) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TemplateDeleteResponse) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *TemplateDeleteResponse) GetErrors() []string
GetErrors returns the Errors field if non-nil, zero value otherwise.
func (o *TemplateDeleteResponse) GetErrorsOk() (*[]string, bool)
GetErrorsOk returns a tuple with the Errors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TemplateDeleteResponse) SetErrors(v []string)
SetErrors sets Errors field to given value.
func (o *TemplateDeleteResponse) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (o *TemplateDeleteResponse) GetLatestVersion() string
GetLatestVersion returns the LatestVersion field if non-nil, zero value otherwise.
func (o *TemplateDeleteResponse) GetLatestVersionOk() (*string, bool)
GetLatestVersionOk returns a tuple with the LatestVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TemplateDeleteResponse) SetLatestVersion(v string)
SetLatestVersion sets LatestVersion field to given value.
func (o *TemplateDeleteResponse) HasLatestVersion() bool
HasLatestVersion returns a boolean if a field has been set.
func (o *TemplateDeleteResponse) SetLatestVersionNil(b bool)
SetLatestVersionNil sets the value for LatestVersion to be an explicit nil
func (o *TemplateDeleteResponse) UnsetLatestVersion()
UnsetLatestVersion ensures that no value is present for LatestVersion, not even an explicit nil
func (o *TemplateDeleteResponse) GetVersions() []map[string]interface{}
GetVersions returns the Versions field if non-nil, zero value otherwise.
func (o *TemplateDeleteResponse) GetVersionsOk() (*[]map[string]interface{}, bool)
GetVersionsOk returns a tuple with the Versions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TemplateDeleteResponse) SetVersions(v []map[string]interface{})
SetVersions sets Versions field to given value.
func (o *TemplateDeleteResponse) HasVersions() bool
HasVersions returns a boolean if a field has been set.