Name | Type | Description | Notes |
---|---|---|---|
Imsi | Pointer to string | [optional] | |
Imei | Pointer to string | [optional] |
func NewCellularIoTConfig() *CellularIoTConfig
NewCellularIoTConfig instantiates a new CellularIoTConfig 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 NewCellularIoTConfigWithDefaults() *CellularIoTConfig
NewCellularIoTConfigWithDefaults instantiates a new CellularIoTConfig 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 *CellularIoTConfig) GetImsi() string
GetImsi returns the Imsi field if non-nil, zero value otherwise.
func (o *CellularIoTConfig) GetImsiOk() (*string, bool)
GetImsiOk returns a tuple with the Imsi field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CellularIoTConfig) SetImsi(v string)
SetImsi sets Imsi field to given value.
func (o *CellularIoTConfig) HasImsi() bool
HasImsi returns a boolean if a field has been set.
func (o *CellularIoTConfig) GetImei() string
GetImei returns the Imei field if non-nil, zero value otherwise.
func (o *CellularIoTConfig) GetImeiOk() (*string, bool)
GetImeiOk returns a tuple with the Imei field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CellularIoTConfig) SetImei(v string)
SetImei sets Imei field to given value.
func (o *CellularIoTConfig) HasImei() bool
HasImei returns a boolean if a field has been set.