Name | Type | Description | Notes |
---|---|---|---|
Id | string | [readonly] | |
CreatedAt | time.Time | [readonly] | |
UpdatedAt | Pointer to time.Time | [optional] [readonly] | |
Name | Pointer to string | name of the helm | [optional] |
Status | Pointer to StateEnum | [optional] | |
Commit | Pointer to NullableCommit | [optional] | |
Repository | Pointer to NullableDeploymentHistoryHelmResponseAllOfRepository | [optional] |
func NewDeploymentHistoryHelmResponse(id string, createdAt time.Time, ) *DeploymentHistoryHelmResponse
NewDeploymentHistoryHelmResponse instantiates a new DeploymentHistoryHelmResponse 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 NewDeploymentHistoryHelmResponseWithDefaults() *DeploymentHistoryHelmResponse
NewDeploymentHistoryHelmResponseWithDefaults instantiates a new DeploymentHistoryHelmResponse 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 *DeploymentHistoryHelmResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *DeploymentHistoryHelmResponse) GetIdOk() (*string, 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 *DeploymentHistoryHelmResponse) SetId(v string)
SetId sets Id field to given value.
func (o *DeploymentHistoryHelmResponse) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *DeploymentHistoryHelmResponse) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryHelmResponse) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *DeploymentHistoryHelmResponse) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *DeploymentHistoryHelmResponse) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryHelmResponse) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *DeploymentHistoryHelmResponse) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (o *DeploymentHistoryHelmResponse) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *DeploymentHistoryHelmResponse) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryHelmResponse) SetName(v string)
SetName sets Name field to given value.
func (o *DeploymentHistoryHelmResponse) HasName() bool
HasName returns a boolean if a field has been set.
func (o *DeploymentHistoryHelmResponse) GetStatus() StateEnum
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *DeploymentHistoryHelmResponse) GetStatusOk() (*StateEnum, 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 *DeploymentHistoryHelmResponse) SetStatus(v StateEnum)
SetStatus sets Status field to given value.
func (o *DeploymentHistoryHelmResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *DeploymentHistoryHelmResponse) GetCommit() Commit
GetCommit returns the Commit field if non-nil, zero value otherwise.
func (o *DeploymentHistoryHelmResponse) GetCommitOk() (*Commit, bool)
GetCommitOk returns a tuple with the Commit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryHelmResponse) SetCommit(v Commit)
SetCommit sets Commit field to given value.
func (o *DeploymentHistoryHelmResponse) HasCommit() bool
HasCommit returns a boolean if a field has been set.
func (o *DeploymentHistoryHelmResponse) SetCommitNil(b bool)
SetCommitNil sets the value for Commit to be an explicit nil
func (o *DeploymentHistoryHelmResponse) UnsetCommit()
UnsetCommit ensures that no value is present for Commit, not even an explicit nil
func (o *DeploymentHistoryHelmResponse) GetRepository() DeploymentHistoryHelmResponseAllOfRepository
GetRepository returns the Repository field if non-nil, zero value otherwise.
func (o *DeploymentHistoryHelmResponse) GetRepositoryOk() (*DeploymentHistoryHelmResponseAllOfRepository, bool)
GetRepositoryOk returns a tuple with the Repository field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryHelmResponse) SetRepository(v DeploymentHistoryHelmResponseAllOfRepository)
SetRepository sets Repository field to given value.
func (o *DeploymentHistoryHelmResponse) HasRepository() bool
HasRepository returns a boolean if a field has been set.
func (o *DeploymentHistoryHelmResponse) SetRepositoryNil(b bool)
SetRepositoryNil sets the value for Repository to be an explicit nil
func (o *DeploymentHistoryHelmResponse) UnsetRepository()
UnsetRepository ensures that no value is present for Repository, not even an explicit nil