Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.67 KB

ListGatewayResponse.md

File metadata and controls

56 lines (31 loc) · 1.67 KB

ListGatewayResponse

Properties

Name Type Description Notes
Gateways Pointer to []Gateway [optional]

Methods

NewListGatewayResponse

func NewListGatewayResponse() *ListGatewayResponse

NewListGatewayResponse instantiates a new ListGatewayResponse 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

NewListGatewayResponseWithDefaults

func NewListGatewayResponseWithDefaults() *ListGatewayResponse

NewListGatewayResponseWithDefaults instantiates a new ListGatewayResponse 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

GetGateways

func (o *ListGatewayResponse) GetGateways() []Gateway

GetGateways returns the Gateways field if non-nil, zero value otherwise.

GetGatewaysOk

func (o *ListGatewayResponse) GetGatewaysOk() (*[]Gateway, bool)

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

SetGateways

func (o *ListGatewayResponse) SetGateways(v []Gateway)

SetGateways sets Gateways field to given value.

HasGateways

func (o *ListGatewayResponse) HasGateways() bool

HasGateways returns a boolean if a field has been set.

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