Documentation ¶
Index ¶
- type NullableRollbackReleaseRequest
- func (v NullableRollbackReleaseRequest) Get() *RollbackReleaseRequest
- func (v NullableRollbackReleaseRequest) IsSet() bool
- func (v NullableRollbackReleaseRequest) MarshalJSON() ([]byte, error)
- func (v *NullableRollbackReleaseRequest) Set(val *RollbackReleaseRequest)
- func (v *NullableRollbackReleaseRequest) UnmarshalJSON(src []byte) error
- func (v *NullableRollbackReleaseRequest) Unset()
- type NullableRollbackReleaseResponse
- func (v NullableRollbackReleaseResponse) Get() *RollbackReleaseResponse
- func (v NullableRollbackReleaseResponse) IsSet() bool
- func (v NullableRollbackReleaseResponse) MarshalJSON() ([]byte, error)
- func (v *NullableRollbackReleaseResponse) Set(val *RollbackReleaseResponse)
- func (v *NullableRollbackReleaseResponse) UnmarshalJSON(src []byte) error
- func (v *NullableRollbackReleaseResponse) Unset()
- type NullableTemplateChartRequest
- func (v NullableTemplateChartRequest) Get() *TemplateChartRequest
- func (v NullableTemplateChartRequest) IsSet() bool
- func (v NullableTemplateChartRequest) MarshalJSON() ([]byte, error)
- func (v *NullableTemplateChartRequest) Set(val *TemplateChartRequest)
- func (v *NullableTemplateChartRequest) UnmarshalJSON(src []byte) error
- func (v *NullableTemplateChartRequest) Unset()
- type NullableTemplateChartResponse
- func (v NullableTemplateChartResponse) Get() *TemplateChartResponse
- func (v NullableTemplateChartResponse) IsSet() bool
- func (v NullableTemplateChartResponse) MarshalJSON() ([]byte, error)
- func (v *NullableTemplateChartResponse) Set(val *TemplateChartResponse)
- func (v *NullableTemplateChartResponse) UnmarshalJSON(src []byte) error
- func (v *NullableTemplateChartResponse) Unset()
- type RollbackReleaseRequest
- func (o *RollbackReleaseRequest) GetHAppId() string
- func (o *RollbackReleaseRequest) GetHAppIdOk() (*string, bool)
- func (o *RollbackReleaseRequest) GetInstalledAppId() int32
- func (o *RollbackReleaseRequest) GetInstalledAppIdOk() (*int32, bool)
- func (o *RollbackReleaseRequest) GetInstalledAppVersionId() int32
- func (o *RollbackReleaseRequest) GetInstalledAppVersionIdOk() (*int32, bool)
- func (o *RollbackReleaseRequest) GetVersion() int32
- func (o *RollbackReleaseRequest) GetVersionOk() (*int32, bool)
- func (o *RollbackReleaseRequest) HasHAppId() bool
- func (o *RollbackReleaseRequest) HasInstalledAppId() bool
- func (o *RollbackReleaseRequest) HasInstalledAppVersionId() bool
- func (o *RollbackReleaseRequest) HasVersion() bool
- func (o RollbackReleaseRequest) MarshalJSON() ([]byte, error)
- func (o *RollbackReleaseRequest) SetHAppId(v string)
- func (o *RollbackReleaseRequest) SetInstalledAppId(v int32)
- func (o *RollbackReleaseRequest) SetInstalledAppVersionId(v int32)
- func (o *RollbackReleaseRequest) SetVersion(v int32)
- type RollbackReleaseResponse
- type TemplateChartRequest
- func (o *TemplateChartRequest) GetAppStoreApplicationVersionId() int32
- func (o *TemplateChartRequest) GetAppStoreApplicationVersionIdOk() (*int32, bool)
- func (o *TemplateChartRequest) GetClusterId() int32
- func (o *TemplateChartRequest) GetClusterIdOk() (*int32, bool)
- func (o *TemplateChartRequest) GetEnvironmentId() int32
- func (o *TemplateChartRequest) GetEnvironmentIdOk() (*int32, bool)
- func (o *TemplateChartRequest) GetNamespace() string
- func (o *TemplateChartRequest) GetNamespaceOk() (*string, bool)
- func (o *TemplateChartRequest) GetReleaseName() string
- func (o *TemplateChartRequest) GetReleaseNameOk() (*string, bool)
- func (o *TemplateChartRequest) GetValuesYaml() string
- func (o *TemplateChartRequest) GetValuesYamlOk() (*string, bool)
- func (o *TemplateChartRequest) HasAppStoreApplicationVersionId() bool
- func (o *TemplateChartRequest) HasClusterId() bool
- func (o *TemplateChartRequest) HasEnvironmentId() bool
- func (o *TemplateChartRequest) HasNamespace() bool
- func (o *TemplateChartRequest) HasReleaseName() bool
- func (o *TemplateChartRequest) HasValuesYaml() bool
- func (o TemplateChartRequest) MarshalJSON() ([]byte, error)
- func (o *TemplateChartRequest) SetAppStoreApplicationVersionId(v int32)
- func (o *TemplateChartRequest) SetClusterId(v int32)
- func (o *TemplateChartRequest) SetEnvironmentId(v int32)
- func (o *TemplateChartRequest) SetNamespace(v string)
- func (o *TemplateChartRequest) SetReleaseName(v string)
- func (o *TemplateChartRequest) SetValuesYaml(v string)
- type TemplateChartResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NullableRollbackReleaseRequest ¶
type NullableRollbackReleaseRequest struct {
// contains filtered or unexported fields
}
func NewNullableRollbackReleaseRequest ¶
func NewNullableRollbackReleaseRequest(val *RollbackReleaseRequest) *NullableRollbackReleaseRequest
func (NullableRollbackReleaseRequest) Get ¶
func (v NullableRollbackReleaseRequest) Get() *RollbackReleaseRequest
func (NullableRollbackReleaseRequest) IsSet ¶
func (v NullableRollbackReleaseRequest) IsSet() bool
func (NullableRollbackReleaseRequest) MarshalJSON ¶
func (v NullableRollbackReleaseRequest) MarshalJSON() ([]byte, error)
func (*NullableRollbackReleaseRequest) Set ¶
func (v *NullableRollbackReleaseRequest) Set(val *RollbackReleaseRequest)
func (*NullableRollbackReleaseRequest) UnmarshalJSON ¶
func (v *NullableRollbackReleaseRequest) UnmarshalJSON(src []byte) error
func (*NullableRollbackReleaseRequest) Unset ¶
func (v *NullableRollbackReleaseRequest) Unset()
type NullableRollbackReleaseResponse ¶
type NullableRollbackReleaseResponse struct {
// contains filtered or unexported fields
}
func NewNullableRollbackReleaseResponse ¶
func NewNullableRollbackReleaseResponse(val *RollbackReleaseResponse) *NullableRollbackReleaseResponse
func (NullableRollbackReleaseResponse) Get ¶
func (v NullableRollbackReleaseResponse) Get() *RollbackReleaseResponse
func (NullableRollbackReleaseResponse) IsSet ¶
func (v NullableRollbackReleaseResponse) IsSet() bool
func (NullableRollbackReleaseResponse) MarshalJSON ¶
func (v NullableRollbackReleaseResponse) MarshalJSON() ([]byte, error)
func (*NullableRollbackReleaseResponse) Set ¶
func (v *NullableRollbackReleaseResponse) Set(val *RollbackReleaseResponse)
func (*NullableRollbackReleaseResponse) UnmarshalJSON ¶
func (v *NullableRollbackReleaseResponse) UnmarshalJSON(src []byte) error
func (*NullableRollbackReleaseResponse) Unset ¶
func (v *NullableRollbackReleaseResponse) Unset()
type NullableTemplateChartRequest ¶ added in v0.4.4
type NullableTemplateChartRequest struct {
// contains filtered or unexported fields
}
func NewNullableTemplateChartRequest ¶ added in v0.4.4
func NewNullableTemplateChartRequest(val *TemplateChartRequest) *NullableTemplateChartRequest
func (NullableTemplateChartRequest) Get ¶ added in v0.4.4
func (v NullableTemplateChartRequest) Get() *TemplateChartRequest
func (NullableTemplateChartRequest) IsSet ¶ added in v0.4.4
func (v NullableTemplateChartRequest) IsSet() bool
func (NullableTemplateChartRequest) MarshalJSON ¶ added in v0.4.4
func (v NullableTemplateChartRequest) MarshalJSON() ([]byte, error)
func (*NullableTemplateChartRequest) Set ¶ added in v0.4.4
func (v *NullableTemplateChartRequest) Set(val *TemplateChartRequest)
func (*NullableTemplateChartRequest) UnmarshalJSON ¶ added in v0.4.4
func (v *NullableTemplateChartRequest) UnmarshalJSON(src []byte) error
func (*NullableTemplateChartRequest) Unset ¶ added in v0.4.4
func (v *NullableTemplateChartRequest) Unset()
type NullableTemplateChartResponse ¶ added in v0.4.4
type NullableTemplateChartResponse struct {
// contains filtered or unexported fields
}
func NewNullableTemplateChartResponse ¶ added in v0.4.4
func NewNullableTemplateChartResponse(val *TemplateChartResponse) *NullableTemplateChartResponse
func (NullableTemplateChartResponse) Get ¶ added in v0.4.4
func (v NullableTemplateChartResponse) Get() *TemplateChartResponse
func (NullableTemplateChartResponse) IsSet ¶ added in v0.4.4
func (v NullableTemplateChartResponse) IsSet() bool
func (NullableTemplateChartResponse) MarshalJSON ¶ added in v0.4.4
func (v NullableTemplateChartResponse) MarshalJSON() ([]byte, error)
func (*NullableTemplateChartResponse) Set ¶ added in v0.4.4
func (v *NullableTemplateChartResponse) Set(val *TemplateChartResponse)
func (*NullableTemplateChartResponse) UnmarshalJSON ¶ added in v0.4.4
func (v *NullableTemplateChartResponse) UnmarshalJSON(src []byte) error
func (*NullableTemplateChartResponse) Unset ¶ added in v0.4.4
func (v *NullableTemplateChartResponse) Unset()
type RollbackReleaseRequest ¶
type RollbackReleaseRequest struct { // Installed App Id if the app is installed from chart store InstalledAppId *int32 `json:"installedAppId,omitempty"` // Installed App Version Id if the app is installed from chart store InstalledAppVersionId *int32 `json:"installedAppVersionId,omitempty"` // helm App Id if the application is installed from using helm (for example \"clusterId|namespace|appName\" ) HAppId *string `json:"hAppId,omitempty"` // rollback to this version Version *int32 `json:"version,omitempty"` }
RollbackReleaseRequest struct for RollbackReleaseRequest
func NewRollbackReleaseRequest ¶
func NewRollbackReleaseRequest() *RollbackReleaseRequest
NewRollbackReleaseRequest instantiates a new RollbackReleaseRequest 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 NewRollbackReleaseRequestWithDefaults ¶
func NewRollbackReleaseRequestWithDefaults() *RollbackReleaseRequest
NewRollbackReleaseRequestWithDefaults instantiates a new RollbackReleaseRequest 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 (*RollbackReleaseRequest) GetHAppId ¶
func (o *RollbackReleaseRequest) GetHAppId() string
GetHAppId returns the HAppId field value if set, zero value otherwise.
func (*RollbackReleaseRequest) GetHAppIdOk ¶
func (o *RollbackReleaseRequest) GetHAppIdOk() (*string, bool)
GetHAppIdOk returns a tuple with the HAppId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RollbackReleaseRequest) GetInstalledAppId ¶
func (o *RollbackReleaseRequest) GetInstalledAppId() int32
GetInstalledAppId returns the InstalledAppId field value if set, zero value otherwise.
func (*RollbackReleaseRequest) GetInstalledAppIdOk ¶
func (o *RollbackReleaseRequest) GetInstalledAppIdOk() (*int32, bool)
GetInstalledAppIdOk returns a tuple with the InstalledAppId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RollbackReleaseRequest) GetInstalledAppVersionId ¶
func (o *RollbackReleaseRequest) GetInstalledAppVersionId() int32
GetInstalledAppVersionId returns the InstalledAppVersionId field value if set, zero value otherwise.
func (*RollbackReleaseRequest) GetInstalledAppVersionIdOk ¶
func (o *RollbackReleaseRequest) GetInstalledAppVersionIdOk() (*int32, bool)
GetInstalledAppVersionIdOk returns a tuple with the InstalledAppVersionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RollbackReleaseRequest) GetVersion ¶
func (o *RollbackReleaseRequest) GetVersion() int32
GetVersion returns the Version field value if set, zero value otherwise.
func (*RollbackReleaseRequest) GetVersionOk ¶
func (o *RollbackReleaseRequest) GetVersionOk() (*int32, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RollbackReleaseRequest) HasHAppId ¶
func (o *RollbackReleaseRequest) HasHAppId() bool
HasHAppId returns a boolean if a field has been set.
func (*RollbackReleaseRequest) HasInstalledAppId ¶
func (o *RollbackReleaseRequest) HasInstalledAppId() bool
HasInstalledAppId returns a boolean if a field has been set.
func (*RollbackReleaseRequest) HasInstalledAppVersionId ¶
func (o *RollbackReleaseRequest) HasInstalledAppVersionId() bool
HasInstalledAppVersionId returns a boolean if a field has been set.
func (*RollbackReleaseRequest) HasVersion ¶
func (o *RollbackReleaseRequest) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (RollbackReleaseRequest) MarshalJSON ¶
func (o RollbackReleaseRequest) MarshalJSON() ([]byte, error)
func (*RollbackReleaseRequest) SetHAppId ¶
func (o *RollbackReleaseRequest) SetHAppId(v string)
SetHAppId gets a reference to the given string and assigns it to the HAppId field.
func (*RollbackReleaseRequest) SetInstalledAppId ¶
func (o *RollbackReleaseRequest) SetInstalledAppId(v int32)
SetInstalledAppId gets a reference to the given int32 and assigns it to the InstalledAppId field.
func (*RollbackReleaseRequest) SetInstalledAppVersionId ¶
func (o *RollbackReleaseRequest) SetInstalledAppVersionId(v int32)
SetInstalledAppVersionId gets a reference to the given int32 and assigns it to the InstalledAppVersionId field.
func (*RollbackReleaseRequest) SetVersion ¶
func (o *RollbackReleaseRequest) SetVersion(v int32)
SetVersion gets a reference to the given int32 and assigns it to the Version field.
type RollbackReleaseResponse ¶
type RollbackReleaseResponse struct { // success or failure Success *bool `json:"success,omitempty"` }
RollbackReleaseResponse struct for RollbackReleaseResponse
func NewRollbackReleaseResponse ¶
func NewRollbackReleaseResponse() *RollbackReleaseResponse
NewRollbackReleaseResponse instantiates a new RollbackReleaseResponse 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 NewRollbackReleaseResponseWithDefaults ¶
func NewRollbackReleaseResponseWithDefaults() *RollbackReleaseResponse
NewRollbackReleaseResponseWithDefaults instantiates a new RollbackReleaseResponse 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 (*RollbackReleaseResponse) GetSuccess ¶
func (o *RollbackReleaseResponse) GetSuccess() bool
GetSuccess returns the Success field value if set, zero value otherwise.
func (*RollbackReleaseResponse) GetSuccessOk ¶
func (o *RollbackReleaseResponse) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RollbackReleaseResponse) HasSuccess ¶
func (o *RollbackReleaseResponse) HasSuccess() bool
HasSuccess returns a boolean if a field has been set.
func (RollbackReleaseResponse) MarshalJSON ¶
func (o RollbackReleaseResponse) MarshalJSON() ([]byte, error)
func (*RollbackReleaseResponse) SetSuccess ¶
func (o *RollbackReleaseResponse) SetSuccess(v bool)
SetSuccess gets a reference to the given bool and assigns it to the Success field.
type TemplateChartRequest ¶ added in v0.4.4
type TemplateChartRequest struct { // environment Id on which helm template would be performed EnvironmentId *int32 `json:"environmentId,omitempty"` // If environmentId is not provided, clusterId should be passed ClusterId *int32 `json:"clusterId,omitempty"` // If environmentId is not provided, namespace should be passed Namespace *string `json:"namespace,omitempty"` // release name of helm app (if not provided, some random name is picked) ReleaseName *string `json:"releaseName,omitempty"` // App store application version Id AppStoreApplicationVersionId *int32 `json:"appStoreApplicationVersionId,omitempty"` // Values yaml ValuesYaml *string `json:"valuesYaml,omitempty"` }
TemplateChartRequest struct for TemplateChartRequest
func NewTemplateChartRequest ¶ added in v0.4.4
func NewTemplateChartRequest() *TemplateChartRequest
NewTemplateChartRequest instantiates a new TemplateChartRequest 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 NewTemplateChartRequestWithDefaults ¶ added in v0.4.4
func NewTemplateChartRequestWithDefaults() *TemplateChartRequest
NewTemplateChartRequestWithDefaults instantiates a new TemplateChartRequest 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 (*TemplateChartRequest) GetAppStoreApplicationVersionId ¶ added in v0.4.4
func (o *TemplateChartRequest) GetAppStoreApplicationVersionId() int32
GetAppStoreApplicationVersionId returns the AppStoreApplicationVersionId field value if set, zero value otherwise.
func (*TemplateChartRequest) GetAppStoreApplicationVersionIdOk ¶ added in v0.4.4
func (o *TemplateChartRequest) GetAppStoreApplicationVersionIdOk() (*int32, bool)
GetAppStoreApplicationVersionIdOk returns a tuple with the AppStoreApplicationVersionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateChartRequest) GetClusterId ¶ added in v0.4.4
func (o *TemplateChartRequest) GetClusterId() int32
GetClusterId returns the ClusterId field value if set, zero value otherwise.
func (*TemplateChartRequest) GetClusterIdOk ¶ added in v0.4.4
func (o *TemplateChartRequest) GetClusterIdOk() (*int32, bool)
GetClusterIdOk returns a tuple with the ClusterId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateChartRequest) GetEnvironmentId ¶ added in v0.4.4
func (o *TemplateChartRequest) GetEnvironmentId() int32
GetEnvironmentId returns the EnvironmentId field value if set, zero value otherwise.
func (*TemplateChartRequest) GetEnvironmentIdOk ¶ added in v0.4.4
func (o *TemplateChartRequest) GetEnvironmentIdOk() (*int32, bool)
GetEnvironmentIdOk returns a tuple with the EnvironmentId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateChartRequest) GetNamespace ¶ added in v0.4.4
func (o *TemplateChartRequest) GetNamespace() string
GetNamespace returns the Namespace field value if set, zero value otherwise.
func (*TemplateChartRequest) GetNamespaceOk ¶ added in v0.4.4
func (o *TemplateChartRequest) GetNamespaceOk() (*string, bool)
GetNamespaceOk returns a tuple with the Namespace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateChartRequest) GetReleaseName ¶ added in v0.4.4
func (o *TemplateChartRequest) GetReleaseName() string
GetReleaseName returns the ReleaseName field value if set, zero value otherwise.
func (*TemplateChartRequest) GetReleaseNameOk ¶ added in v0.4.4
func (o *TemplateChartRequest) GetReleaseNameOk() (*string, bool)
GetReleaseNameOk returns a tuple with the ReleaseName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateChartRequest) GetValuesYaml ¶ added in v0.4.4
func (o *TemplateChartRequest) GetValuesYaml() string
GetValuesYaml returns the ValuesYaml field value if set, zero value otherwise.
func (*TemplateChartRequest) GetValuesYamlOk ¶ added in v0.4.4
func (o *TemplateChartRequest) GetValuesYamlOk() (*string, bool)
GetValuesYamlOk returns a tuple with the ValuesYaml field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateChartRequest) HasAppStoreApplicationVersionId ¶ added in v0.4.4
func (o *TemplateChartRequest) HasAppStoreApplicationVersionId() bool
HasAppStoreApplicationVersionId returns a boolean if a field has been set.
func (*TemplateChartRequest) HasClusterId ¶ added in v0.4.4
func (o *TemplateChartRequest) HasClusterId() bool
HasClusterId returns a boolean if a field has been set.
func (*TemplateChartRequest) HasEnvironmentId ¶ added in v0.4.4
func (o *TemplateChartRequest) HasEnvironmentId() bool
HasEnvironmentId returns a boolean if a field has been set.
func (*TemplateChartRequest) HasNamespace ¶ added in v0.4.4
func (o *TemplateChartRequest) HasNamespace() bool
HasNamespace returns a boolean if a field has been set.
func (*TemplateChartRequest) HasReleaseName ¶ added in v0.4.4
func (o *TemplateChartRequest) HasReleaseName() bool
HasReleaseName returns a boolean if a field has been set.
func (*TemplateChartRequest) HasValuesYaml ¶ added in v0.4.4
func (o *TemplateChartRequest) HasValuesYaml() bool
HasValuesYaml returns a boolean if a field has been set.
func (TemplateChartRequest) MarshalJSON ¶ added in v0.4.4
func (o TemplateChartRequest) MarshalJSON() ([]byte, error)
func (*TemplateChartRequest) SetAppStoreApplicationVersionId ¶ added in v0.4.4
func (o *TemplateChartRequest) SetAppStoreApplicationVersionId(v int32)
SetAppStoreApplicationVersionId gets a reference to the given int32 and assigns it to the AppStoreApplicationVersionId field.
func (*TemplateChartRequest) SetClusterId ¶ added in v0.4.4
func (o *TemplateChartRequest) SetClusterId(v int32)
SetClusterId gets a reference to the given int32 and assigns it to the ClusterId field.
func (*TemplateChartRequest) SetEnvironmentId ¶ added in v0.4.4
func (o *TemplateChartRequest) SetEnvironmentId(v int32)
SetEnvironmentId gets a reference to the given int32 and assigns it to the EnvironmentId field.
func (*TemplateChartRequest) SetNamespace ¶ added in v0.4.4
func (o *TemplateChartRequest) SetNamespace(v string)
SetNamespace gets a reference to the given string and assigns it to the Namespace field.
func (*TemplateChartRequest) SetReleaseName ¶ added in v0.4.4
func (o *TemplateChartRequest) SetReleaseName(v string)
SetReleaseName gets a reference to the given string and assigns it to the ReleaseName field.
func (*TemplateChartRequest) SetValuesYaml ¶ added in v0.4.4
func (o *TemplateChartRequest) SetValuesYaml(v string)
SetValuesYaml gets a reference to the given string and assigns it to the ValuesYaml field.
type TemplateChartResponse ¶ added in v0.4.4
type TemplateChartResponse struct { // helm generated manifest Manifest *string `json:"manifest,omitempty"` }
TemplateChartResponse struct for TemplateChartResponse
func NewTemplateChartResponse ¶ added in v0.4.4
func NewTemplateChartResponse() *TemplateChartResponse
NewTemplateChartResponse instantiates a new TemplateChartResponse 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 NewTemplateChartResponseWithDefaults ¶ added in v0.4.4
func NewTemplateChartResponseWithDefaults() *TemplateChartResponse
NewTemplateChartResponseWithDefaults instantiates a new TemplateChartResponse 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 (*TemplateChartResponse) GetManifest ¶ added in v0.4.4
func (o *TemplateChartResponse) GetManifest() string
GetManifest returns the Manifest field value if set, zero value otherwise.
func (*TemplateChartResponse) GetManifestOk ¶ added in v0.4.4
func (o *TemplateChartResponse) GetManifestOk() (*string, bool)
GetManifestOk returns a tuple with the Manifest field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TemplateChartResponse) HasManifest ¶ added in v0.4.4
func (o *TemplateChartResponse) HasManifest() bool
HasManifest returns a boolean if a field has been set.
func (TemplateChartResponse) MarshalJSON ¶ added in v0.4.4
func (o TemplateChartResponse) MarshalJSON() ([]byte, error)
func (*TemplateChartResponse) SetManifest ¶ added in v0.4.4
func (o *TemplateChartResponse) SetManifest(v string)
SetManifest gets a reference to the given string and assigns it to the Manifest field.