SupportOsgModelOpenApiAppVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| SupportModels | []OsgModelOpenApiInfoVO | Model ID and name |
Methods
NewSupportOsgModelOpenApiAppVO
func NewSupportOsgModelOpenApiAppVO(supportModels []OsgModelOpenApiInfoVO, ) *SupportOsgModelOpenApiAppVO
NewSupportOsgModelOpenApiAppVO instantiates a new SupportOsgModelOpenApiAppVO 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
NewSupportOsgModelOpenApiAppVOWithDefaults
func NewSupportOsgModelOpenApiAppVOWithDefaults() *SupportOsgModelOpenApiAppVO
NewSupportOsgModelOpenApiAppVOWithDefaults instantiates a new SupportOsgModelOpenApiAppVO 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
GetSupportModels
func (o *SupportOsgModelOpenApiAppVO) GetSupportModels() []OsgModelOpenApiInfoVO
GetSupportModels returns the SupportModels field if non-nil, zero value otherwise.
GetSupportModelsOk
func (o *SupportOsgModelOpenApiAppVO) GetSupportModelsOk() (*[]OsgModelOpenApiInfoVO, bool)
GetSupportModelsOk returns a tuple with the SupportModels field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSupportModels
func (o *SupportOsgModelOpenApiAppVO) SetSupportModels(v []OsgModelOpenApiInfoVO)
SetSupportModels sets SupportModels field to given value.