ConnectionCollectionAllOf

Properties

NameTypeDescriptionNotes
ConnectionsPointer to []ConnectionCollectionItem[optional]

Methods

NewConnectionCollectionAllOf

func NewConnectionCollectionAllOf() *ConnectionCollectionAllOf

NewConnectionCollectionAllOf instantiates a new ConnectionCollectionAllOf 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

NewConnectionCollectionAllOfWithDefaults

func NewConnectionCollectionAllOfWithDefaults() *ConnectionCollectionAllOf

NewConnectionCollectionAllOfWithDefaults instantiates a new ConnectionCollectionAllOf 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

GetConnections

func (o *ConnectionCollectionAllOf) GetConnections() []ConnectionCollectionItem

GetConnections returns the Connections field if non-nil, zero value otherwise.

GetConnectionsOk

func (o *ConnectionCollectionAllOf) GetConnectionsOk() (*[]ConnectionCollectionItem, bool)

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

SetConnections

func (o *ConnectionCollectionAllOf) SetConnections(v []ConnectionCollectionItem)

SetConnections sets Connections field to given value.

HasConnections

func (o *ConnectionCollectionAllOf) HasConnections() bool

HasConnections returns a boolean if a field has been set.

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