Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.47 KB

ListSinks.md

File metadata and controls

56 lines (31 loc) · 1.47 KB

ListSinks

Properties

Name Type Description Notes
Sinks Pointer to []Sink [optional]

Methods

NewListSinks

func NewListSinks() *ListSinks

NewListSinks instantiates a new ListSinks 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

NewListSinksWithDefaults

func NewListSinksWithDefaults() *ListSinks

NewListSinksWithDefaults instantiates a new ListSinks 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

GetSinks

func (o *ListSinks) GetSinks() []Sink

GetSinks returns the Sinks field if non-nil, zero value otherwise.

GetSinksOk

func (o *ListSinks) GetSinksOk() (*[]Sink, bool)

GetSinksOk returns a tuple with the Sinks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSinks

func (o *ListSinks) SetSinks(v []Sink)

SetSinks sets Sinks field to given value.

HasSinks

func (o *ListSinks) HasSinks() bool

HasSinks returns a boolean if a field has been set.

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