Name | Type | Description | Notes |
---|---|---|---|
Current | Pointer to string | WARNING: This is a preview API that could change. Current value of the gflag | [optional] |
Default | Pointer to string | WARNING: This is a preview API that could change. Default value of the gflag | [optional] |
File | Pointer to string | WARNING: This is a preview API that could change. File where the gflag is defined | [optional] |
Initial | Pointer to string | WARNING: This is a preview API that could change. Initial value of the gflag | [optional] |
Meaning | Pointer to string | WARNING: This is a preview API that could change. Meaning of the gflag | [optional] |
Name | Pointer to string | WARNING: This is a preview API that could change. Name of the gflag | [optional] |
Tags | Pointer to string | WARNING: This is a preview API that could change. Tags of the gflag | [optional] |
Target | Pointer to string | WARNING: This is a preview API that could change. Target of the gflag | [optional] |
Type | Pointer to string | WARNING: This is a preview API that could change. Type of the gflag | [optional] |
func NewGFlagDetails() *GFlagDetails
NewGFlagDetails instantiates a new GFlagDetails 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 NewGFlagDetailsWithDefaults() *GFlagDetails
NewGFlagDetailsWithDefaults instantiates a new GFlagDetails 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 *GFlagDetails) GetCurrent() string
GetCurrent returns the Current field if non-nil, zero value otherwise.
func (o *GFlagDetails) GetCurrentOk() (*string, bool)
GetCurrentOk returns a tuple with the Current field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GFlagDetails) SetCurrent(v string)
SetCurrent sets Current field to given value.
func (o *GFlagDetails) HasCurrent() bool
HasCurrent returns a boolean if a field has been set.
func (o *GFlagDetails) GetDefault() string
GetDefault returns the Default field if non-nil, zero value otherwise.
func (o *GFlagDetails) GetDefaultOk() (*string, bool)
GetDefaultOk returns a tuple with the Default field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GFlagDetails) SetDefault(v string)
SetDefault sets Default field to given value.
func (o *GFlagDetails) HasDefault() bool
HasDefault returns a boolean if a field has been set.
func (o *GFlagDetails) GetFile() string
GetFile returns the File field if non-nil, zero value otherwise.
func (o *GFlagDetails) GetFileOk() (*string, bool)
GetFileOk returns a tuple with the File field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GFlagDetails) SetFile(v string)
SetFile sets File field to given value.
func (o *GFlagDetails) HasFile() bool
HasFile returns a boolean if a field has been set.
func (o *GFlagDetails) GetInitial() string
GetInitial returns the Initial field if non-nil, zero value otherwise.
func (o *GFlagDetails) GetInitialOk() (*string, bool)
GetInitialOk returns a tuple with the Initial field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GFlagDetails) SetInitial(v string)
SetInitial sets Initial field to given value.
func (o *GFlagDetails) HasInitial() bool
HasInitial returns a boolean if a field has been set.
func (o *GFlagDetails) GetMeaning() string
GetMeaning returns the Meaning field if non-nil, zero value otherwise.
func (o *GFlagDetails) GetMeaningOk() (*string, bool)
GetMeaningOk returns a tuple with the Meaning field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GFlagDetails) SetMeaning(v string)
SetMeaning sets Meaning field to given value.
func (o *GFlagDetails) HasMeaning() bool
HasMeaning returns a boolean if a field has been set.
func (o *GFlagDetails) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *GFlagDetails) 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 *GFlagDetails) SetName(v string)
SetName sets Name field to given value.
func (o *GFlagDetails) HasName() bool
HasName returns a boolean if a field has been set.
func (o *GFlagDetails) GetTags() string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *GFlagDetails) GetTagsOk() (*string, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GFlagDetails) SetTags(v string)
SetTags sets Tags field to given value.
func (o *GFlagDetails) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *GFlagDetails) GetTarget() string
GetTarget returns the Target field if non-nil, zero value otherwise.
func (o *GFlagDetails) GetTargetOk() (*string, bool)
GetTargetOk returns a tuple with the Target field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GFlagDetails) SetTarget(v string)
SetTarget sets Target field to given value.
func (o *GFlagDetails) HasTarget() bool
HasTarget returns a boolean if a field has been set.
func (o *GFlagDetails) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *GFlagDetails) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GFlagDetails) SetType(v string)
SetType sets Type field to given value.
func (o *GFlagDetails) HasType() bool
HasType returns a boolean if a field has been set.