| Name | Type | Description | Notes |
|---|---|---|---|
| ClusterDisplayName | Pointer to string | [optional] | |
| ClusterName | Pointer to string | [optional] |
func NewGatewayNameInfo() *GatewayNameInfo
NewGatewayNameInfo instantiates a new GatewayNameInfo 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 NewGatewayNameInfoWithDefaults() *GatewayNameInfo
NewGatewayNameInfoWithDefaults instantiates a new GatewayNameInfo 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 *GatewayNameInfo) GetClusterDisplayName() string
GetClusterDisplayName returns the ClusterDisplayName field if non-nil, zero value otherwise.
func (o *GatewayNameInfo) GetClusterDisplayNameOk() (*string, bool)
GetClusterDisplayNameOk returns a tuple with the ClusterDisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayNameInfo) SetClusterDisplayName(v string)
SetClusterDisplayName sets ClusterDisplayName field to given value.
func (o *GatewayNameInfo) HasClusterDisplayName() bool
HasClusterDisplayName returns a boolean if a field has been set.
func (o *GatewayNameInfo) GetClusterName() string
GetClusterName returns the ClusterName field if non-nil, zero value otherwise.
func (o *GatewayNameInfo) GetClusterNameOk() (*string, bool)
GetClusterNameOk returns a tuple with the ClusterName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayNameInfo) SetClusterName(v string)
SetClusterName sets ClusterName field to given value.
func (o *GatewayNameInfo) HasClusterName() bool
HasClusterName returns a boolean if a field has been set.