Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.79 KB

SearchJobField.md

File metadata and controls

108 lines (59 loc) · 2.79 KB

SearchJobField

Properties

Name Type Description Notes
Name Pointer to string [optional]
FieldType Pointer to string [optional]
KeyField Pointer to bool [optional]

Methods

NewSearchJobField

func NewSearchJobField() *SearchJobField

NewSearchJobField instantiates a new SearchJobField 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

NewSearchJobFieldWithDefaults

func NewSearchJobFieldWithDefaults() *SearchJobField

NewSearchJobFieldWithDefaults instantiates a new SearchJobField 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

GetName

func (o *SearchJobField) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

HasName

func (o *SearchJobField) HasName() bool

HasName returns a boolean if a field has been set.

GetFieldType

func (o *SearchJobField) GetFieldType() string

GetFieldType returns the FieldType field if non-nil, zero value otherwise.

GetFieldTypeOk

func (o *SearchJobField) GetFieldTypeOk() (*string, bool)

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

SetFieldType

func (o *SearchJobField) SetFieldType(v string)

SetFieldType sets FieldType field to given value.

HasFieldType

func (o *SearchJobField) HasFieldType() bool

HasFieldType returns a boolean if a field has been set.

GetKeyField

func (o *SearchJobField) GetKeyField() bool

GetKeyField returns the KeyField field if non-nil, zero value otherwise.

GetKeyFieldOk

func (o *SearchJobField) GetKeyFieldOk() (*bool, bool)

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

SetKeyField

func (o *SearchJobField) SetKeyField(v bool)

SetKeyField sets KeyField field to given value.

HasKeyField

func (o *SearchJobField) HasKeyField() bool

HasKeyField returns a boolean if a field has been set.

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