OsgSimCardOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| SimCardUsed | Pointer to int32 | 1: SIM1; 2:SIM2 | [optional] |
Methods
NewOsgSimCardOpenApiVO
func NewOsgSimCardOpenApiVO() *OsgSimCardOpenApiVO
NewOsgSimCardOpenApiVO instantiates a new OsgSimCardOpenApiVO 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
NewOsgSimCardOpenApiVOWithDefaults
func NewOsgSimCardOpenApiVOWithDefaults() *OsgSimCardOpenApiVO
NewOsgSimCardOpenApiVOWithDefaults instantiates a new OsgSimCardOpenApiVO 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
GetSimCardUsed
func (o *OsgSimCardOpenApiVO) GetSimCardUsed() int32
GetSimCardUsed returns the SimCardUsed field if non-nil, zero value otherwise.
GetSimCardUsedOk
func (o *OsgSimCardOpenApiVO) GetSimCardUsedOk() (*int32, bool)
GetSimCardUsedOk returns a tuple with the SimCardUsed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSimCardUsed
func (o *OsgSimCardOpenApiVO) SetSimCardUsed(v int32)
SetSimCardUsed sets SimCardUsed field to given value.
HasSimCardUsed
func (o *OsgSimCardOpenApiVO) HasSimCardUsed() bool
HasSimCardUsed returns a boolean if a field has been set.