Skip to content

Latest commit

 

History

History
128 lines (71 loc) · 3.4 KB

IndexerFlagResource.md

File metadata and controls

128 lines (71 loc) · 3.4 KB

IndexerFlagResource

Properties

Name Type Description Notes
Id Pointer to int32 [optional]
Name Pointer to NullableString [optional]
NameLower Pointer to NullableString [optional] [readonly]

Methods

NewIndexerFlagResource

func NewIndexerFlagResource() *IndexerFlagResource

NewIndexerFlagResource instantiates a new IndexerFlagResource 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

NewIndexerFlagResourceWithDefaults

func NewIndexerFlagResourceWithDefaults() *IndexerFlagResource

NewIndexerFlagResourceWithDefaults instantiates a new IndexerFlagResource 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

GetId

func (o *IndexerFlagResource) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *IndexerFlagResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetId

func (o *IndexerFlagResource) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *IndexerFlagResource) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *IndexerFlagResource) GetName() string

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

GetNameOk

func (o *IndexerFlagResource) 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 *IndexerFlagResource) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *IndexerFlagResource) HasName() bool

HasName returns a boolean if a field has been set.

SetNameNil

func (o *IndexerFlagResource) SetNameNil(b bool)

SetNameNil sets the value for Name to be an explicit nil

UnsetName

func (o *IndexerFlagResource) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

GetNameLower

func (o *IndexerFlagResource) GetNameLower() string

GetNameLower returns the NameLower field if non-nil, zero value otherwise.

GetNameLowerOk

func (o *IndexerFlagResource) GetNameLowerOk() (*string, bool)

GetNameLowerOk returns a tuple with the NameLower field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetNameLower

func (o *IndexerFlagResource) SetNameLower(v string)

SetNameLower sets NameLower field to given value.

HasNameLower

func (o *IndexerFlagResource) HasNameLower() bool

HasNameLower returns a boolean if a field has been set.

SetNameLowerNil

func (o *IndexerFlagResource) SetNameLowerNil(b bool)

SetNameLowerNil sets the value for NameLower to be an explicit nil

UnsetNameLower

func (o *IndexerFlagResource) UnsetNameLower()

UnsetNameLower ensures that no value is present for NameLower, not even an explicit nil

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