Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.12 KB

BindRequestIdsGateway.md

File metadata and controls

72 lines (39 loc) · 2.12 KB

BindRequestIdsGateway

Properties

Name Type Description Notes
DeviceIds []string
GatewayId string

Methods

NewBindRequestIdsGateway

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

NewBindRequestIdsGatewayWithDefaults

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

GetDeviceIds

func (o *BindRequestIdsGateway) GetDeviceIds() []string

GetDeviceIds returns the DeviceIds field if non-nil, zero value otherwise.

GetDeviceIdsOk

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.

SetDeviceIds

func (o *BindRequestIdsGateway) SetDeviceIds(v []string)

SetDeviceIds sets DeviceIds field to given value.

GetGatewayId

func (o *BindRequestIdsGateway) GetGatewayId() string

GetGatewayId returns the GatewayId field if non-nil, zero value otherwise.

GetGatewayIdOk

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.

SetGatewayId

func (o *BindRequestIdsGateway) SetGatewayId(v string)

SetGatewayId sets GatewayId field to given value.

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