Skip to content

OsgConfigServicesOpenApiVO

Properties

Name Type Description Notes
Snmp Pointer to OsgSnmpOpenApiVO [optional]

Methods

NewOsgConfigServicesOpenApiVO

func NewOsgConfigServicesOpenApiVO() *OsgConfigServicesOpenApiVO

NewOsgConfigServicesOpenApiVO instantiates a new OsgConfigServicesOpenApiVO 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

NewOsgConfigServicesOpenApiVOWithDefaults

func NewOsgConfigServicesOpenApiVOWithDefaults() *OsgConfigServicesOpenApiVO

NewOsgConfigServicesOpenApiVOWithDefaults instantiates a new OsgConfigServicesOpenApiVO 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

GetSnmp

func (o *OsgConfigServicesOpenApiVO) GetSnmp() OsgSnmpOpenApiVO

GetSnmp returns the Snmp field if non-nil, zero value otherwise.

GetSnmpOk

func (o *OsgConfigServicesOpenApiVO) GetSnmpOk() (*OsgSnmpOpenApiVO, bool)

GetSnmpOk returns a tuple with the Snmp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSnmp

func (o *OsgConfigServicesOpenApiVO) SetSnmp(v OsgSnmpOpenApiVO)

SetSnmp sets Snmp field to given value.

HasSnmp

func (o *OsgConfigServicesOpenApiVO) HasSnmp() bool

HasSnmp returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]