Name | Type | Description | Notes |
---|---|---|---|
Flowpipe | Pointer to FlowpipeRequire | [optional] | |
Mods | Pointer to []ModVersionConstraint | [optional] |
func NewRequire() *Require
NewRequire instantiates a new Require 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 NewRequireWithDefaults() *Require
NewRequireWithDefaults instantiates a new Require 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 *Require) GetFlowpipe() FlowpipeRequire
GetFlowpipe returns the Flowpipe field if non-nil, zero value otherwise.
func (o *Require) GetFlowpipeOk() (*FlowpipeRequire, bool)
GetFlowpipeOk returns a tuple with the Flowpipe field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Require) SetFlowpipe(v FlowpipeRequire)
SetFlowpipe sets Flowpipe field to given value.
func (o *Require) HasFlowpipe() bool
HasFlowpipe returns a boolean if a field has been set.
func (o *Require) GetMods() []ModVersionConstraint
GetMods returns the Mods field if non-nil, zero value otherwise.
func (o *Require) GetModsOk() (*[]ModVersionConstraint, bool)
GetModsOk returns a tuple with the Mods field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Require) SetMods(v []ModVersionConstraint)
SetMods sets Mods field to given value.
func (o *Require) HasMods() bool
HasMods returns a boolean if a field has been set.