| Name | Type | Description | Notes |
|---|---|---|---|
| ResponseType | Pointer to string | Specifies the response format. You can either choose `geojson` or `json`. | [optional] [default to "json"] |
| Routing | Pointer to ClusterConfigurationRouting | [optional] | |
| Clustering | Pointer to ClusterConfigurationClustering | [optional] |
func NewClusterConfiguration() *ClusterConfiguration
NewClusterConfiguration instantiates a new ClusterConfiguration 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 NewClusterConfigurationWithDefaults() *ClusterConfiguration
NewClusterConfigurationWithDefaults instantiates a new ClusterConfiguration 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 *ClusterConfiguration) GetResponseType() string
GetResponseType returns the ResponseType field if non-nil, zero value otherwise.
func (o *ClusterConfiguration) GetResponseTypeOk() (*string, bool)
GetResponseTypeOk returns a tuple with the ResponseType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterConfiguration) SetResponseType(v string)
SetResponseType sets ResponseType field to given value.
func (o *ClusterConfiguration) HasResponseType() bool
HasResponseType returns a boolean if a field has been set.
func (o *ClusterConfiguration) GetRouting() ClusterConfigurationRouting
GetRouting returns the Routing field if non-nil, zero value otherwise.
func (o *ClusterConfiguration) GetRoutingOk() (*ClusterConfigurationRouting, bool)
GetRoutingOk returns a tuple with the Routing field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterConfiguration) SetRouting(v ClusterConfigurationRouting)
SetRouting sets Routing field to given value.
func (o *ClusterConfiguration) HasRouting() bool
HasRouting returns a boolean if a field has been set.
func (o *ClusterConfiguration) GetClustering() ClusterConfigurationClustering
GetClustering returns the Clustering field if non-nil, zero value otherwise.
func (o *ClusterConfiguration) GetClusteringOk() (*ClusterConfigurationClustering, bool)
GetClusteringOk returns a tuple with the Clustering field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterConfiguration) SetClustering(v ClusterConfigurationClustering)
SetClustering sets Clustering field to given value.
func (o *ClusterConfiguration) HasClustering() bool
HasClustering returns a boolean if a field has been set.