Name | Type | Description | Notes |
---|---|---|---|
Data | Pointer to ApiComponentChangeActionDTO | [optional] | |
DirectDependency | Pointer to bool | [optional] | |
DirectDependencyData | Pointer to []ApiComponentChangeActionDTO | [optional] | |
IsGolden | Pointer to bool | [optional] | |
Type | Pointer to string | [optional] |
func NewApiSuggestedVersionChangeOptionDTO() *ApiSuggestedVersionChangeOptionDTO
NewApiSuggestedVersionChangeOptionDTO instantiates a new ApiSuggestedVersionChangeOptionDTO 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 NewApiSuggestedVersionChangeOptionDTOWithDefaults() *ApiSuggestedVersionChangeOptionDTO
NewApiSuggestedVersionChangeOptionDTOWithDefaults instantiates a new ApiSuggestedVersionChangeOptionDTO 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 *ApiSuggestedVersionChangeOptionDTO) GetData() ApiComponentChangeActionDTO
GetData returns the Data field if non-nil, zero value otherwise.
func (o *ApiSuggestedVersionChangeOptionDTO) GetDataOk() (*ApiComponentChangeActionDTO, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSuggestedVersionChangeOptionDTO) SetData(v ApiComponentChangeActionDTO)
SetData sets Data field to given value.
func (o *ApiSuggestedVersionChangeOptionDTO) HasData() bool
HasData returns a boolean if a field has been set.
func (o *ApiSuggestedVersionChangeOptionDTO) GetDirectDependency() bool
GetDirectDependency returns the DirectDependency field if non-nil, zero value otherwise.
func (o *ApiSuggestedVersionChangeOptionDTO) GetDirectDependencyOk() (*bool, bool)
GetDirectDependencyOk returns a tuple with the DirectDependency field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSuggestedVersionChangeOptionDTO) SetDirectDependency(v bool)
SetDirectDependency sets DirectDependency field to given value.
func (o *ApiSuggestedVersionChangeOptionDTO) HasDirectDependency() bool
HasDirectDependency returns a boolean if a field has been set.
func (o *ApiSuggestedVersionChangeOptionDTO) GetDirectDependencyData() []ApiComponentChangeActionDTO
GetDirectDependencyData returns the DirectDependencyData field if non-nil, zero value otherwise.
func (o *ApiSuggestedVersionChangeOptionDTO) GetDirectDependencyDataOk() (*[]ApiComponentChangeActionDTO, bool)
GetDirectDependencyDataOk returns a tuple with the DirectDependencyData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSuggestedVersionChangeOptionDTO) SetDirectDependencyData(v []ApiComponentChangeActionDTO)
SetDirectDependencyData sets DirectDependencyData field to given value.
func (o *ApiSuggestedVersionChangeOptionDTO) HasDirectDependencyData() bool
HasDirectDependencyData returns a boolean if a field has been set.
func (o *ApiSuggestedVersionChangeOptionDTO) GetIsGolden() bool
GetIsGolden returns the IsGolden field if non-nil, zero value otherwise.
func (o *ApiSuggestedVersionChangeOptionDTO) GetIsGoldenOk() (*bool, bool)
GetIsGoldenOk returns a tuple with the IsGolden field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSuggestedVersionChangeOptionDTO) SetIsGolden(v bool)
SetIsGolden sets IsGolden field to given value.
func (o *ApiSuggestedVersionChangeOptionDTO) HasIsGolden() bool
HasIsGolden returns a boolean if a field has been set.
func (o *ApiSuggestedVersionChangeOptionDTO) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ApiSuggestedVersionChangeOptionDTO) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSuggestedVersionChangeOptionDTO) SetType(v string)
SetType sets Type field to given value.
func (o *ApiSuggestedVersionChangeOptionDTO) HasType() bool
HasType returns a boolean if a field has been set.