PipelineResponseAllOf1
Properties
Destinations
[optional]
Methods
NewPipelineResponseAllOf1
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
NewPipelineResponseAllOf1WithDefaults
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
GetDestinations
func (o *PipelineResponseAllOf1) GetDestinations() []Destination
GetDestinations returns the Destinations field if non-nil, zero value otherwise.
GetDestinationsOk
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.
SetDestinations
func (o *PipelineResponseAllOf1) SetDestinations(v []Destination)
SetDestinations sets Destinations field to given value.
HasDestinations
func (o *PipelineResponseAllOf1) HasDestinations() bool
HasDestinations returns a boolean if a field has been set.
Last updated