Name | Type | Description | Notes |
---|---|---|---|
ScanId | Pointer to string | [optional] | |
SourceStageId | Pointer to string | [optional] | |
TargetStageId | Pointer to string | [optional] |
func NewApiPromoteScanRequestDTOV2() *ApiPromoteScanRequestDTOV2
NewApiPromoteScanRequestDTOV2 instantiates a new ApiPromoteScanRequestDTOV2 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 NewApiPromoteScanRequestDTOV2WithDefaults() *ApiPromoteScanRequestDTOV2
NewApiPromoteScanRequestDTOV2WithDefaults instantiates a new ApiPromoteScanRequestDTOV2 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 *ApiPromoteScanRequestDTOV2) GetScanId() string
GetScanId returns the ScanId field if non-nil, zero value otherwise.
func (o *ApiPromoteScanRequestDTOV2) GetScanIdOk() (*string, bool)
GetScanIdOk returns a tuple with the ScanId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiPromoteScanRequestDTOV2) SetScanId(v string)
SetScanId sets ScanId field to given value.
func (o *ApiPromoteScanRequestDTOV2) HasScanId() bool
HasScanId returns a boolean if a field has been set.
func (o *ApiPromoteScanRequestDTOV2) GetSourceStageId() string
GetSourceStageId returns the SourceStageId field if non-nil, zero value otherwise.
func (o *ApiPromoteScanRequestDTOV2) GetSourceStageIdOk() (*string, bool)
GetSourceStageIdOk returns a tuple with the SourceStageId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiPromoteScanRequestDTOV2) SetSourceStageId(v string)
SetSourceStageId sets SourceStageId field to given value.
func (o *ApiPromoteScanRequestDTOV2) HasSourceStageId() bool
HasSourceStageId returns a boolean if a field has been set.
func (o *ApiPromoteScanRequestDTOV2) GetTargetStageId() string
GetTargetStageId returns the TargetStageId field if non-nil, zero value otherwise.
func (o *ApiPromoteScanRequestDTOV2) GetTargetStageIdOk() (*string, bool)
GetTargetStageIdOk returns a tuple with the TargetStageId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiPromoteScanRequestDTOV2) SetTargetStageId(v string)
SetTargetStageId sets TargetStageId field to given value.
func (o *ApiPromoteScanRequestDTOV2) HasTargetStageId() bool
HasTargetStageId returns a boolean if a field has been set.