Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.24 KB

ApiPromoteScanRequestDTOV2.md

File metadata and controls

108 lines (59 loc) · 3.24 KB

ApiPromoteScanRequestDTOV2

Properties

Name Type Description Notes
ScanId Pointer to string [optional]
SourceStageId Pointer to string [optional]
TargetStageId Pointer to string [optional]

Methods

NewApiPromoteScanRequestDTOV2

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

NewApiPromoteScanRequestDTOV2WithDefaults

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

GetScanId

func (o *ApiPromoteScanRequestDTOV2) GetScanId() string

GetScanId returns the ScanId field if non-nil, zero value otherwise.

GetScanIdOk

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.

SetScanId

func (o *ApiPromoteScanRequestDTOV2) SetScanId(v string)

SetScanId sets ScanId field to given value.

HasScanId

func (o *ApiPromoteScanRequestDTOV2) HasScanId() bool

HasScanId returns a boolean if a field has been set.

GetSourceStageId

func (o *ApiPromoteScanRequestDTOV2) GetSourceStageId() string

GetSourceStageId returns the SourceStageId field if non-nil, zero value otherwise.

GetSourceStageIdOk

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.

SetSourceStageId

func (o *ApiPromoteScanRequestDTOV2) SetSourceStageId(v string)

SetSourceStageId sets SourceStageId field to given value.

HasSourceStageId

func (o *ApiPromoteScanRequestDTOV2) HasSourceStageId() bool

HasSourceStageId returns a boolean if a field has been set.

GetTargetStageId

func (o *ApiPromoteScanRequestDTOV2) GetTargetStageId() string

GetTargetStageId returns the TargetStageId field if non-nil, zero value otherwise.

GetTargetStageIdOk

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.

SetTargetStageId

func (o *ApiPromoteScanRequestDTOV2) SetTargetStageId(v string)

SetTargetStageId sets TargetStageId field to given value.

HasTargetStageId

func (o *ApiPromoteScanRequestDTOV2) HasTargetStageId() bool

HasTargetStageId returns a boolean if a field has been set.

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