Name | Type | Description | Notes |
---|---|---|---|
MASTER | Pointer to GFlagValidationDetails | [optional] | |
Name | Pointer to string | WARNING: This is a preview API that could change. Name of the gflag | [optional] |
TSERVER | Pointer to GFlagValidationDetails | [optional] |
func NewGFlagsValidationResponse() *GFlagsValidationResponse
NewGFlagsValidationResponse instantiates a new GFlagsValidationResponse 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 NewGFlagsValidationResponseWithDefaults() *GFlagsValidationResponse
NewGFlagsValidationResponseWithDefaults instantiates a new GFlagsValidationResponse 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 *GFlagsValidationResponse) GetMASTER() GFlagValidationDetails
GetMASTER returns the MASTER field if non-nil, zero value otherwise.
func (o *GFlagsValidationResponse) GetMASTEROk() (*GFlagValidationDetails, bool)
GetMASTEROk returns a tuple with the MASTER field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GFlagsValidationResponse) SetMASTER(v GFlagValidationDetails)
SetMASTER sets MASTER field to given value.
func (o *GFlagsValidationResponse) HasMASTER() bool
HasMASTER returns a boolean if a field has been set.
func (o *GFlagsValidationResponse) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *GFlagsValidationResponse) 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.
func (o *GFlagsValidationResponse) SetName(v string)
SetName sets Name field to given value.
func (o *GFlagsValidationResponse) HasName() bool
HasName returns a boolean if a field has been set.
func (o *GFlagsValidationResponse) GetTSERVER() GFlagValidationDetails
GetTSERVER returns the TSERVER field if non-nil, zero value otherwise.
func (o *GFlagsValidationResponse) GetTSERVEROk() (*GFlagValidationDetails, bool)
GetTSERVEROk returns a tuple with the TSERVER field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GFlagsValidationResponse) SetTSERVER(v GFlagValidationDetails)
SetTSERVER sets TSERVER field to given value.
func (o *GFlagsValidationResponse) HasTSERVER() bool
HasTSERVER returns a boolean if a field has been set.