OsgModelOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ModelId | int32 | It refers to function \"Get supported gateway model list for pre-configuration\". |
Methods
NewOsgModelOpenApiVO
func NewOsgModelOpenApiVO(modelId int32, ) *OsgModelOpenApiVO
NewOsgModelOpenApiVO instantiates a new OsgModelOpenApiVO 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
NewOsgModelOpenApiVOWithDefaults
func NewOsgModelOpenApiVOWithDefaults() *OsgModelOpenApiVO
NewOsgModelOpenApiVOWithDefaults instantiates a new OsgModelOpenApiVO 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
GetModelId
func (o *OsgModelOpenApiVO) GetModelId() int32
GetModelId returns the ModelId field if non-nil, zero value otherwise.
GetModelIdOk
func (o *OsgModelOpenApiVO) GetModelIdOk() (*int32, bool)
GetModelIdOk returns a tuple with the ModelId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetModelId
func (o *OsgModelOpenApiVO) SetModelId(v int32)
SetModelId sets ModelId field to given value.