Name | Type | Description | Notes |
---|---|---|---|
Id | string | [readonly] | |
CreatedAt | time.Time | [readonly] | |
UpdatedAt | Pointer to time.Time | [optional] [readonly] | |
Status | Pointer to StateEnum | [optional] | |
Origin | Pointer to OrganizationEventOrigin | [optional] | |
TriggeredBy | Pointer to string | [optional] | |
Applications | Pointer to []DeploymentHistoryApplication | [optional] | |
Containers | Pointer to []DeploymentHistoryContainer | [optional] | |
Databases | Pointer to []DeploymentHistoryDatabase | [optional] | |
Jobs | Pointer to []DeploymentHistoryJobResponse | [optional] | |
Helms | Pointer to []DeploymentHistoryHelmResponse | [optional] |
func NewDeploymentHistoryEnvironment(id string, createdAt time.Time, ) *DeploymentHistoryEnvironment
NewDeploymentHistoryEnvironment instantiates a new DeploymentHistoryEnvironment 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 NewDeploymentHistoryEnvironmentWithDefaults() *DeploymentHistoryEnvironment
NewDeploymentHistoryEnvironmentWithDefaults instantiates a new DeploymentHistoryEnvironment 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 *DeploymentHistoryEnvironment) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *DeploymentHistoryEnvironment) 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 *DeploymentHistoryEnvironment) SetId(v string)
SetId sets Id field to given value.
func (o *DeploymentHistoryEnvironment) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *DeploymentHistoryEnvironment) 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 *DeploymentHistoryEnvironment) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *DeploymentHistoryEnvironment) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *DeploymentHistoryEnvironment) 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 *DeploymentHistoryEnvironment) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *DeploymentHistoryEnvironment) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (o *DeploymentHistoryEnvironment) GetStatus() StateEnum
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *DeploymentHistoryEnvironment) 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 *DeploymentHistoryEnvironment) SetStatus(v StateEnum)
SetStatus sets Status field to given value.
func (o *DeploymentHistoryEnvironment) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *DeploymentHistoryEnvironment) GetOrigin() OrganizationEventOrigin
GetOrigin returns the Origin field if non-nil, zero value otherwise.
func (o *DeploymentHistoryEnvironment) GetOriginOk() (*OrganizationEventOrigin, bool)
GetOriginOk returns a tuple with the Origin field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryEnvironment) SetOrigin(v OrganizationEventOrigin)
SetOrigin sets Origin field to given value.
func (o *DeploymentHistoryEnvironment) HasOrigin() bool
HasOrigin returns a boolean if a field has been set.
func (o *DeploymentHistoryEnvironment) GetTriggeredBy() string
GetTriggeredBy returns the TriggeredBy field if non-nil, zero value otherwise.
func (o *DeploymentHistoryEnvironment) GetTriggeredByOk() (*string, bool)
GetTriggeredByOk returns a tuple with the TriggeredBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryEnvironment) SetTriggeredBy(v string)
SetTriggeredBy sets TriggeredBy field to given value.
func (o *DeploymentHistoryEnvironment) HasTriggeredBy() bool
HasTriggeredBy returns a boolean if a field has been set.
func (o *DeploymentHistoryEnvironment) GetApplications() []DeploymentHistoryApplication
GetApplications returns the Applications field if non-nil, zero value otherwise.
func (o *DeploymentHistoryEnvironment) GetApplicationsOk() (*[]DeploymentHistoryApplication, bool)
GetApplicationsOk returns a tuple with the Applications field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryEnvironment) SetApplications(v []DeploymentHistoryApplication)
SetApplications sets Applications field to given value.
func (o *DeploymentHistoryEnvironment) HasApplications() bool
HasApplications returns a boolean if a field has been set.
func (o *DeploymentHistoryEnvironment) GetContainers() []DeploymentHistoryContainer
GetContainers returns the Containers field if non-nil, zero value otherwise.
func (o *DeploymentHistoryEnvironment) GetContainersOk() (*[]DeploymentHistoryContainer, bool)
GetContainersOk returns a tuple with the Containers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryEnvironment) SetContainers(v []DeploymentHistoryContainer)
SetContainers sets Containers field to given value.
func (o *DeploymentHistoryEnvironment) HasContainers() bool
HasContainers returns a boolean if a field has been set.
func (o *DeploymentHistoryEnvironment) GetDatabases() []DeploymentHistoryDatabase
GetDatabases returns the Databases field if non-nil, zero value otherwise.
func (o *DeploymentHistoryEnvironment) GetDatabasesOk() (*[]DeploymentHistoryDatabase, bool)
GetDatabasesOk returns a tuple with the Databases field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryEnvironment) SetDatabases(v []DeploymentHistoryDatabase)
SetDatabases sets Databases field to given value.
func (o *DeploymentHistoryEnvironment) HasDatabases() bool
HasDatabases returns a boolean if a field has been set.
func (o *DeploymentHistoryEnvironment) GetJobs() []DeploymentHistoryJobResponse
GetJobs returns the Jobs field if non-nil, zero value otherwise.
func (o *DeploymentHistoryEnvironment) GetJobsOk() (*[]DeploymentHistoryJobResponse, bool)
GetJobsOk returns a tuple with the Jobs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryEnvironment) SetJobs(v []DeploymentHistoryJobResponse)
SetJobs sets Jobs field to given value.
func (o *DeploymentHistoryEnvironment) HasJobs() bool
HasJobs returns a boolean if a field has been set.
func (o *DeploymentHistoryEnvironment) GetHelms() []DeploymentHistoryHelmResponse
GetHelms returns the Helms field if non-nil, zero value otherwise.
func (o *DeploymentHistoryEnvironment) GetHelmsOk() (*[]DeploymentHistoryHelmResponse, bool)
GetHelmsOk returns a tuple with the Helms field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryEnvironment) SetHelms(v []DeploymentHistoryHelmResponse)
SetHelms sets Helms field to given value.
func (o *DeploymentHistoryEnvironment) HasHelms() bool
HasHelms returns a boolean if a field has been set.