Skip to content

Files

Latest commit

 

History

History
56 lines (31 loc) · 1.81 KB

GetLkeClusterDashboard200Response.md

File metadata and controls

56 lines (31 loc) · 1.81 KB

GetLkeClusterDashboard200Response

Properties

Name Type Description Notes
Url Pointer to string The Cluster Dashboard access URL. [optional]

Methods

NewGetLkeClusterDashboard200Response

func NewGetLkeClusterDashboard200Response() *GetLkeClusterDashboard200Response

NewGetLkeClusterDashboard200Response instantiates a new GetLkeClusterDashboard200Response 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

NewGetLkeClusterDashboard200ResponseWithDefaults

func NewGetLkeClusterDashboard200ResponseWithDefaults() *GetLkeClusterDashboard200Response

NewGetLkeClusterDashboard200ResponseWithDefaults instantiates a new GetLkeClusterDashboard200Response 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

GetUrl

func (o *GetLkeClusterDashboard200Response) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *GetLkeClusterDashboard200Response) 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.

SetUrl

func (o *GetLkeClusterDashboard200Response) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *GetLkeClusterDashboard200Response) HasUrl() bool

HasUrl returns a boolean if a field has been set.

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