| Name | Type | Description | Notes |
|---|---|---|---|
| Data | []UsageData | ||
| Device | Pointer to string | The device UID this usage data belongs to (only present when aggregate is 'device') | [optional] |
| DeviceCount | Pointer to int32 | the number of devices represented by this data point | [optional] |
| Fleet | Pointer to string | The fleet UID this usage data belongs to (only present when aggregate is 'fleet') | [optional] |
| Iccid | Pointer to string | The ICCID of the cellular SIM card (only present when type is 'cellular') | [optional] |
| Psid | Pointer to string | The PSID (Packet Service ID) of the satellite (or other packet-based device) | [optional] |
| Type | string | The type of connectivity |
func NewGetDataUsage200ResponseDataInner(data []UsageData, type_ string, ) *GetDataUsage200ResponseDataInner
NewGetDataUsage200ResponseDataInner instantiates a new GetDataUsage200ResponseDataInner 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 NewGetDataUsage200ResponseDataInnerWithDefaults() *GetDataUsage200ResponseDataInner
NewGetDataUsage200ResponseDataInnerWithDefaults instantiates a new GetDataUsage200ResponseDataInner 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 *GetDataUsage200ResponseDataInner) GetData() []UsageData
GetData returns the Data field if non-nil, zero value otherwise.
func (o *GetDataUsage200ResponseDataInner) GetDataOk() (*[]UsageData, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetDataUsage200ResponseDataInner) SetData(v []UsageData)
SetData sets Data field to given value.
func (o *GetDataUsage200ResponseDataInner) GetDevice() string
GetDevice returns the Device field if non-nil, zero value otherwise.
func (o *GetDataUsage200ResponseDataInner) GetDeviceOk() (*string, bool)
GetDeviceOk returns a tuple with the Device field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetDataUsage200ResponseDataInner) SetDevice(v string)
SetDevice sets Device field to given value.
func (o *GetDataUsage200ResponseDataInner) HasDevice() bool
HasDevice returns a boolean if a field has been set.
func (o *GetDataUsage200ResponseDataInner) GetDeviceCount() int32
GetDeviceCount returns the DeviceCount field if non-nil, zero value otherwise.
func (o *GetDataUsage200ResponseDataInner) GetDeviceCountOk() (*int32, bool)
GetDeviceCountOk returns a tuple with the DeviceCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetDataUsage200ResponseDataInner) SetDeviceCount(v int32)
SetDeviceCount sets DeviceCount field to given value.
func (o *GetDataUsage200ResponseDataInner) HasDeviceCount() bool
HasDeviceCount returns a boolean if a field has been set.
func (o *GetDataUsage200ResponseDataInner) GetFleet() string
GetFleet returns the Fleet field if non-nil, zero value otherwise.
func (o *GetDataUsage200ResponseDataInner) GetFleetOk() (*string, bool)
GetFleetOk returns a tuple with the Fleet field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetDataUsage200ResponseDataInner) SetFleet(v string)
SetFleet sets Fleet field to given value.
func (o *GetDataUsage200ResponseDataInner) HasFleet() bool
HasFleet returns a boolean if a field has been set.
func (o *GetDataUsage200ResponseDataInner) GetIccid() string
GetIccid returns the Iccid field if non-nil, zero value otherwise.
func (o *GetDataUsage200ResponseDataInner) GetIccidOk() (*string, bool)
GetIccidOk returns a tuple with the Iccid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetDataUsage200ResponseDataInner) SetIccid(v string)
SetIccid sets Iccid field to given value.
func (o *GetDataUsage200ResponseDataInner) HasIccid() bool
HasIccid returns a boolean if a field has been set.
func (o *GetDataUsage200ResponseDataInner) GetPsid() string
GetPsid returns the Psid field if non-nil, zero value otherwise.
func (o *GetDataUsage200ResponseDataInner) GetPsidOk() (*string, bool)
GetPsidOk returns a tuple with the Psid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetDataUsage200ResponseDataInner) SetPsid(v string)
SetPsid sets Psid field to given value.
func (o *GetDataUsage200ResponseDataInner) HasPsid() bool
HasPsid returns a boolean if a field has been set.
func (o *GetDataUsage200ResponseDataInner) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *GetDataUsage200ResponseDataInner) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetDataUsage200ResponseDataInner) SetType(v string)
SetType sets Type field to given value.