Skip to content

Latest commit

 

History

History
187 lines (100 loc) · 5.87 KB

DeploymentHistoryService.md

File metadata and controls

187 lines (100 loc) · 5.87 KB

DeploymentHistoryService

Properties

Name Type Description Notes
Identifier DeploymentHistoryServiceIdentifier
Status StateEnum
AuditingData DeploymentHistoryAuditingData
Details DeploymentHistoryServiceDetails
StatusDetails Pointer to StatusDetails [optional]
IconUri string
TotalDuration Pointer to string [optional]

Methods

NewDeploymentHistoryService

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

NewDeploymentHistoryServiceWithDefaults

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

GetIdentifier

func (o *DeploymentHistoryService) GetIdentifier() DeploymentHistoryServiceIdentifier

GetIdentifier returns the Identifier field if non-nil, zero value otherwise.

GetIdentifierOk

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.

SetIdentifier

func (o *DeploymentHistoryService) SetIdentifier(v DeploymentHistoryServiceIdentifier)

SetIdentifier sets Identifier field to given value.

GetStatus

func (o *DeploymentHistoryService) GetStatus() StateEnum

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

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.

SetStatus

func (o *DeploymentHistoryService) SetStatus(v StateEnum)

SetStatus sets Status field to given value.

GetAuditingData

func (o *DeploymentHistoryService) GetAuditingData() DeploymentHistoryAuditingData

GetAuditingData returns the AuditingData field if non-nil, zero value otherwise.

GetAuditingDataOk

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.

SetAuditingData

func (o *DeploymentHistoryService) SetAuditingData(v DeploymentHistoryAuditingData)

SetAuditingData sets AuditingData field to given value.

GetDetails

func (o *DeploymentHistoryService) GetDetails() DeploymentHistoryServiceDetails

GetDetails returns the Details field if non-nil, zero value otherwise.

GetDetailsOk

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.

SetDetails

func (o *DeploymentHistoryService) SetDetails(v DeploymentHistoryServiceDetails)

SetDetails sets Details field to given value.

GetStatusDetails

func (o *DeploymentHistoryService) GetStatusDetails() StatusDetails

GetStatusDetails returns the StatusDetails field if non-nil, zero value otherwise.

GetStatusDetailsOk

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.

SetStatusDetails

func (o *DeploymentHistoryService) SetStatusDetails(v StatusDetails)

SetStatusDetails sets StatusDetails field to given value.

HasStatusDetails

func (o *DeploymentHistoryService) HasStatusDetails() bool

HasStatusDetails returns a boolean if a field has been set.

GetIconUri

func (o *DeploymentHistoryService) GetIconUri() string

GetIconUri returns the IconUri field if non-nil, zero value otherwise.

GetIconUriOk

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.

SetIconUri

func (o *DeploymentHistoryService) SetIconUri(v string)

SetIconUri sets IconUri field to given value.

GetTotalDuration

func (o *DeploymentHistoryService) GetTotalDuration() string

GetTotalDuration returns the TotalDuration field if non-nil, zero value otherwise.

GetTotalDurationOk

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.

SetTotalDuration

func (o *DeploymentHistoryService) SetTotalDuration(v string)

SetTotalDuration sets TotalDuration field to given value.

HasTotalDuration

func (o *DeploymentHistoryService) HasTotalDuration() bool

HasTotalDuration returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]