Name | Type | Description | Notes |
---|---|---|---|
Gateways | Pointer to []Gateway | [optional] |
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
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
func (o *ListGatewayResponse) GetGateways() []Gateway
GetGateways returns the Gateways field if non-nil, zero value otherwise.
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.
func (o *ListGatewayResponse) SetGateways(v []Gateway)
SetGateways sets Gateways field to given value.
func (o *ListGatewayResponse) HasGateways() bool
HasGateways returns a boolean if a field has been set.