Skip to content

Latest commit

 

History

History
61 lines (34 loc) · 2.15 KB

CompletionCompletionNodeFieldRes.md

File metadata and controls

61 lines (34 loc) · 2.15 KB

CompletionCompletionNodeFieldRes

Properties

Name Type Description Notes
PossibleValues []string

Methods

NewCompletionCompletionNodeFieldRes

func NewCompletionCompletionNodeFieldRes(possibleValues []string, ) *CompletionCompletionNodeFieldRes

NewCompletionCompletionNodeFieldRes instantiates a new CompletionCompletionNodeFieldRes 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

NewCompletionCompletionNodeFieldResWithDefaults

func NewCompletionCompletionNodeFieldResWithDefaults() *CompletionCompletionNodeFieldRes

NewCompletionCompletionNodeFieldResWithDefaults instantiates a new CompletionCompletionNodeFieldRes 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

GetPossibleValues

func (o *CompletionCompletionNodeFieldRes) GetPossibleValues() []string

GetPossibleValues returns the PossibleValues field if non-nil, zero value otherwise.

GetPossibleValuesOk

func (o *CompletionCompletionNodeFieldRes) GetPossibleValuesOk() (*[]string, bool)

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

SetPossibleValues

func (o *CompletionCompletionNodeFieldRes) SetPossibleValues(v []string)

SetPossibleValues sets PossibleValues field to given value.

SetPossibleValuesNil

func (o *CompletionCompletionNodeFieldRes) SetPossibleValuesNil(b bool)

SetPossibleValuesNil sets the value for PossibleValues to be an explicit nil

UnsetPossibleValues

func (o *CompletionCompletionNodeFieldRes) UnsetPossibleValues()

UnsetPossibleValues ensures that no value is present for PossibleValues, not even an explicit nil

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