PipelineResponseAllOf1
Last updated
Was this helpful?
func NewPipelineResponseAllOf1() *PipelineResponseAllOf1
NewPipelineResponseAllOf1 instantiates a new PipelineResponseAllOf1 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 NewPipelineResponseAllOf1WithDefaults() *PipelineResponseAllOf1
NewPipelineResponseAllOf1WithDefaults instantiates a new PipelineResponseAllOf1 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 *PipelineResponseAllOf1) GetDestinations() []Destination
GetDestinations returns the Destinations field if non-nil, zero value otherwise.
func (o *PipelineResponseAllOf1) GetDestinationsOk() (*[]Destination, bool)
GetDestinationsOk returns a tuple with the Destinations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PipelineResponseAllOf1) SetDestinations(v []Destination)
SetDestinations sets Destinations field to given value.
func (o *PipelineResponseAllOf1) HasDestinations() bool
HasDestinations returns a boolean if a field has been set.
Last updated
Was this helpful?
Was this helpful?