Name | Type | Description | Notes |
---|---|---|---|
Error | Pointer to string | WARNING: This is a preview API that could change. Error message if gflag is invalid | [optional] |
Exist | Pointer to bool | WARNING: This is a preview API that could change. Flag to indicate if gflag exists | [optional] |
func NewGFlagValidationDetails() *GFlagValidationDetails
NewGFlagValidationDetails instantiates a new GFlagValidationDetails 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 NewGFlagValidationDetailsWithDefaults() *GFlagValidationDetails
NewGFlagValidationDetailsWithDefaults instantiates a new GFlagValidationDetails 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 *GFlagValidationDetails) GetError() string
GetError returns the Error field if non-nil, zero value otherwise.
func (o *GFlagValidationDetails) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GFlagValidationDetails) SetError(v string)
SetError sets Error field to given value.
func (o *GFlagValidationDetails) HasError() bool
HasError returns a boolean if a field has been set.
func (o *GFlagValidationDetails) GetExist() bool
GetExist returns the Exist field if non-nil, zero value otherwise.
func (o *GFlagValidationDetails) GetExistOk() (*bool, bool)
GetExistOk returns a tuple with the Exist field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GFlagValidationDetails) SetExist(v bool)
SetExist sets Exist field to given value.
func (o *GFlagValidationDetails) HasExist() bool
HasExist returns a boolean if a field has been set.