Name | Type | Description | Notes |
---|---|---|---|
Identifier | DeploymentHistoryServiceIdentifier | ||
Status | StateEnum | ||
AuditingData | DeploymentHistoryAuditingData | ||
Details | DeploymentHistoryServiceDetails | ||
StatusDetails | Pointer to StatusDetails | [optional] | |
IconUri | string | ||
TotalDuration | Pointer to string | [optional] |
func NewDeploymentHistoryService(identifier DeploymentHistoryServiceIdentifier, status StateEnum, auditingData DeploymentHistoryAuditingData, details DeploymentHistoryServiceDetails, iconUri string, ) *DeploymentHistoryService
NewDeploymentHistoryService instantiates a new DeploymentHistoryService 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 NewDeploymentHistoryServiceWithDefaults() *DeploymentHistoryService
NewDeploymentHistoryServiceWithDefaults instantiates a new DeploymentHistoryService 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 *DeploymentHistoryService) GetIdentifier() DeploymentHistoryServiceIdentifier
GetIdentifier returns the Identifier field if non-nil, zero value otherwise.
func (o *DeploymentHistoryService) GetIdentifierOk() (*DeploymentHistoryServiceIdentifier, bool)
GetIdentifierOk returns a tuple with the Identifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryService) SetIdentifier(v DeploymentHistoryServiceIdentifier)
SetIdentifier sets Identifier field to given value.
func (o *DeploymentHistoryService) GetStatus() StateEnum
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *DeploymentHistoryService) 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 *DeploymentHistoryService) SetStatus(v StateEnum)
SetStatus sets Status field to given value.
func (o *DeploymentHistoryService) GetAuditingData() DeploymentHistoryAuditingData
GetAuditingData returns the AuditingData field if non-nil, zero value otherwise.
func (o *DeploymentHistoryService) GetAuditingDataOk() (*DeploymentHistoryAuditingData, bool)
GetAuditingDataOk returns a tuple with the AuditingData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryService) SetAuditingData(v DeploymentHistoryAuditingData)
SetAuditingData sets AuditingData field to given value.
func (o *DeploymentHistoryService) GetDetails() DeploymentHistoryServiceDetails
GetDetails returns the Details field if non-nil, zero value otherwise.
func (o *DeploymentHistoryService) GetDetailsOk() (*DeploymentHistoryServiceDetails, bool)
GetDetailsOk returns a tuple with the Details field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryService) SetDetails(v DeploymentHistoryServiceDetails)
SetDetails sets Details field to given value.
func (o *DeploymentHistoryService) GetStatusDetails() StatusDetails
GetStatusDetails returns the StatusDetails field if non-nil, zero value otherwise.
func (o *DeploymentHistoryService) GetStatusDetailsOk() (*StatusDetails, bool)
GetStatusDetailsOk returns a tuple with the StatusDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryService) SetStatusDetails(v StatusDetails)
SetStatusDetails sets StatusDetails field to given value.
func (o *DeploymentHistoryService) HasStatusDetails() bool
HasStatusDetails returns a boolean if a field has been set.
func (o *DeploymentHistoryService) GetIconUri() string
GetIconUri returns the IconUri field if non-nil, zero value otherwise.
func (o *DeploymentHistoryService) GetIconUriOk() (*string, bool)
GetIconUriOk returns a tuple with the IconUri field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryService) SetIconUri(v string)
SetIconUri sets IconUri field to given value.
func (o *DeploymentHistoryService) GetTotalDuration() string
GetTotalDuration returns the TotalDuration field if non-nil, zero value otherwise.
func (o *DeploymentHistoryService) GetTotalDurationOk() (*string, bool)
GetTotalDurationOk returns a tuple with the TotalDuration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryService) SetTotalDuration(v string)
SetTotalDuration sets TotalDuration field to given value.
func (o *DeploymentHistoryService) HasTotalDuration() bool
HasTotalDuration returns a boolean if a field has been set.