Skip to content

Latest commit

 

History

History
264 lines (143 loc) · 6.87 KB

GFlagDetails.md

File metadata and controls

264 lines (143 loc) · 6.87 KB

GFlagDetails

Properties

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]

Methods

NewGFlagDetails

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

NewGFlagDetailsWithDefaults

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

GetCurrent

func (o *GFlagDetails) GetCurrent() string

GetCurrent returns the Current field if non-nil, zero value otherwise.

GetCurrentOk

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.

SetCurrent

func (o *GFlagDetails) SetCurrent(v string)

SetCurrent sets Current field to given value.

HasCurrent

func (o *GFlagDetails) HasCurrent() bool

HasCurrent returns a boolean if a field has been set.

GetDefault

func (o *GFlagDetails) GetDefault() string

GetDefault returns the Default field if non-nil, zero value otherwise.

GetDefaultOk

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.

SetDefault

func (o *GFlagDetails) SetDefault(v string)

SetDefault sets Default field to given value.

HasDefault

func (o *GFlagDetails) HasDefault() bool

HasDefault returns a boolean if a field has been set.

GetFile

func (o *GFlagDetails) GetFile() string

GetFile returns the File field if non-nil, zero value otherwise.

GetFileOk

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.

SetFile

func (o *GFlagDetails) SetFile(v string)

SetFile sets File field to given value.

HasFile

func (o *GFlagDetails) HasFile() bool

HasFile returns a boolean if a field has been set.

GetInitial

func (o *GFlagDetails) GetInitial() string

GetInitial returns the Initial field if non-nil, zero value otherwise.

GetInitialOk

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.

SetInitial

func (o *GFlagDetails) SetInitial(v string)

SetInitial sets Initial field to given value.

HasInitial

func (o *GFlagDetails) HasInitial() bool

HasInitial returns a boolean if a field has been set.

GetMeaning

func (o *GFlagDetails) GetMeaning() string

GetMeaning returns the Meaning field if non-nil, zero value otherwise.

GetMeaningOk

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.

SetMeaning

func (o *GFlagDetails) SetMeaning(v string)

SetMeaning sets Meaning field to given value.

HasMeaning

func (o *GFlagDetails) HasMeaning() bool

HasMeaning returns a boolean if a field has been set.

GetName

func (o *GFlagDetails) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *GFlagDetails) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *GFlagDetails) HasName() bool

HasName returns a boolean if a field has been set.

GetTags

func (o *GFlagDetails) GetTags() string

GetTags returns the Tags field if non-nil, zero value otherwise.

GetTagsOk

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.

SetTags

func (o *GFlagDetails) SetTags(v string)

SetTags sets Tags field to given value.

HasTags

func (o *GFlagDetails) HasTags() bool

HasTags returns a boolean if a field has been set.

GetTarget

func (o *GFlagDetails) GetTarget() string

GetTarget returns the Target field if non-nil, zero value otherwise.

GetTargetOk

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.

SetTarget

func (o *GFlagDetails) SetTarget(v string)

SetTarget sets Target field to given value.

HasTarget

func (o *GFlagDetails) HasTarget() bool

HasTarget returns a boolean if a field has been set.

GetType

func (o *GFlagDetails) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

SetType

func (o *GFlagDetails) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *GFlagDetails) HasType() bool

HasType returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]