| Name | Type | Description | Notes |
|---|---|---|---|
| FleetUids | []string | The fleetUIDs to add to the device. |
func NewAddDeviceToFleetsRequest(fleetUids []string, ) *AddDeviceToFleetsRequest
NewAddDeviceToFleetsRequest instantiates a new AddDeviceToFleetsRequest 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 NewAddDeviceToFleetsRequestWithDefaults() *AddDeviceToFleetsRequest
NewAddDeviceToFleetsRequestWithDefaults instantiates a new AddDeviceToFleetsRequest 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 *AddDeviceToFleetsRequest) GetFleetUids() []string
GetFleetUids returns the FleetUids field if non-nil, zero value otherwise.
func (o *AddDeviceToFleetsRequest) GetFleetUidsOk() (*[]string, bool)
GetFleetUidsOk returns a tuple with the FleetUids field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddDeviceToFleetsRequest) SetFleetUids(v []string)
SetFleetUids sets FleetUids field to given value.