Name | Type | Description | Notes |
---|---|---|---|
DeviceIds | []string | ||
GatewayId | string |
func NewBindRequestIdsGateway(deviceIds []string, gatewayId string, ) *BindRequestIdsGateway
NewBindRequestIdsGateway instantiates a new BindRequestIdsGateway 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 NewBindRequestIdsGatewayWithDefaults() *BindRequestIdsGateway
NewBindRequestIdsGatewayWithDefaults instantiates a new BindRequestIdsGateway 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 *BindRequestIdsGateway) GetDeviceIds() []string
GetDeviceIds returns the DeviceIds field if non-nil, zero value otherwise.
func (o *BindRequestIdsGateway) GetDeviceIdsOk() (*[]string, bool)
GetDeviceIdsOk returns a tuple with the DeviceIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BindRequestIdsGateway) SetDeviceIds(v []string)
SetDeviceIds sets DeviceIds field to given value.
func (o *BindRequestIdsGateway) GetGatewayId() string
GetGatewayId returns the GatewayId field if non-nil, zero value otherwise.
func (o *BindRequestIdsGateway) GetGatewayIdOk() (*string, bool)
GetGatewayIdOk returns a tuple with the GatewayId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BindRequestIdsGateway) SetGatewayId(v string)
SetGatewayId sets GatewayId field to given value.