RemoteConsoleUrl
Last updated
Last updated
Name | Type | Description | Notes |
---|---|---|---|
func NewRemoteConsoleUrl() *RemoteConsoleUrl
NewRemoteConsoleUrl instantiates a new RemoteConsoleUrl 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
func NewRemoteConsoleUrlWithDefaults() *RemoteConsoleUrl
NewRemoteConsoleUrlWithDefaults instantiates a new RemoteConsoleUrl 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
func (o *RemoteConsoleUrl) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *RemoteConsoleUrl) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RemoteConsoleUrl) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *RemoteConsoleUrl) HasUrl() bool
HasUrl returns a boolean if a field has been set.
Url
Pointer to string
The remote console url with the jwToken parameter for access
[optional] [readonly]