| Name | Type | Description | Notes |
|---|---|---|---|
| Servers | []V3Servers |
func NewV3UpdateClusterServersRequest(servers []V3Servers, ) *V3UpdateClusterServersRequest
NewV3UpdateClusterServersRequest instantiates a new V3UpdateClusterServersRequest 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 NewV3UpdateClusterServersRequestWithDefaults() *V3UpdateClusterServersRequest
NewV3UpdateClusterServersRequestWithDefaults instantiates a new V3UpdateClusterServersRequest 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 *V3UpdateClusterServersRequest) GetServers() []V3Servers
GetServers returns the Servers field if non-nil, zero value otherwise.
func (o *V3UpdateClusterServersRequest) GetServersOk() (*[]V3Servers, bool)
GetServersOk returns a tuple with the Servers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3UpdateClusterServersRequest) SetServers(v []V3Servers)
SetServers sets Servers field to given value.