SiteUrlOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| SiteUrl | Pointer to string | Site url for device management | [optional] |
Methods
NewSiteUrlOpenApiVO
func NewSiteUrlOpenApiVO() *SiteUrlOpenApiVO
NewSiteUrlOpenApiVO instantiates a new SiteUrlOpenApiVO 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
NewSiteUrlOpenApiVOWithDefaults
func NewSiteUrlOpenApiVOWithDefaults() *SiteUrlOpenApiVO
NewSiteUrlOpenApiVOWithDefaults instantiates a new SiteUrlOpenApiVO 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
GetSiteUrl
func (o *SiteUrlOpenApiVO) GetSiteUrl() string
GetSiteUrl returns the SiteUrl field if non-nil, zero value otherwise.
GetSiteUrlOk
func (o *SiteUrlOpenApiVO) GetSiteUrlOk() (*string, bool)
GetSiteUrlOk returns a tuple with the SiteUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSiteUrl
func (o *SiteUrlOpenApiVO) SetSiteUrl(v string)
SetSiteUrl sets SiteUrl field to given value.
HasSiteUrl
func (o *SiteUrlOpenApiVO) HasSiteUrl() bool
HasSiteUrl returns a boolean if a field has been set.