OsgSnmpOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Contact | Pointer to string | Contact, contact should contain 0 to 128 ASCII characters, spaces are not allowed. | [optional] |
| Location | Pointer to string | Location, location should contain 0 to 128 ASCII characters, spaces are allowed, and leading and trailing spaces are not allowed. | [optional] |
Methods
NewOsgSnmpOpenApiVO
func NewOsgSnmpOpenApiVO() *OsgSnmpOpenApiVO
NewOsgSnmpOpenApiVO instantiates a new OsgSnmpOpenApiVO 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
NewOsgSnmpOpenApiVOWithDefaults
func NewOsgSnmpOpenApiVOWithDefaults() *OsgSnmpOpenApiVO
NewOsgSnmpOpenApiVOWithDefaults instantiates a new OsgSnmpOpenApiVO 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
GetContact
func (o *OsgSnmpOpenApiVO) GetContact() string
GetContact returns the Contact field if non-nil, zero value otherwise.
GetContactOk
func (o *OsgSnmpOpenApiVO) GetContactOk() (*string, bool)
GetContactOk returns a tuple with the Contact field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetContact
func (o *OsgSnmpOpenApiVO) SetContact(v string)
SetContact sets Contact field to given value.
HasContact
func (o *OsgSnmpOpenApiVO) HasContact() bool
HasContact returns a boolean if a field has been set.
GetLocation
func (o *OsgSnmpOpenApiVO) GetLocation() string
GetLocation returns the Location field if non-nil, zero value otherwise.
GetLocationOk
func (o *OsgSnmpOpenApiVO) GetLocationOk() (*string, bool)
GetLocationOk returns a tuple with the Location field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetLocation
func (o *OsgSnmpOpenApiVO) SetLocation(v string)
SetLocation sets Location field to given value.
HasLocation
func (o *OsgSnmpOpenApiVO) HasLocation() bool
HasLocation returns a boolean if a field has been set.