Skip to content

Files

Latest commit

author
Víctor Díaz Marco
May 31, 2024
310bff3 · May 31, 2024

History

History
77 lines (42 loc) · 2.08 KB

ClusterRequest.md

File metadata and controls

77 lines (42 loc) · 2.08 KB

ClusterRequest

Properties

Name Type Description Notes
Name string
Description Pointer to string [optional]

Methods

NewClusterRequest

func NewClusterRequest(name string, ) *ClusterRequest

NewClusterRequest instantiates a new ClusterRequest 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

NewClusterRequestWithDefaults

func NewClusterRequestWithDefaults() *ClusterRequest

NewClusterRequestWithDefaults instantiates a new ClusterRequest 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

GetName

func (o *ClusterRequest) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *ClusterRequest) GetNameOk() (*string, bool)

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

SetName

func (o *ClusterRequest) SetName(v string)

SetName sets Name field to given value.

GetDescription

func (o *ClusterRequest) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *ClusterRequest) GetDescriptionOk() (*string, bool)

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

SetDescription

func (o *ClusterRequest) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *ClusterRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

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