Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.72 KB

ProvenanceSearchableFieldDTO.md

File metadata and controls

134 lines (73 loc) · 3.72 KB

ProvenanceSearchableFieldDTO

Properties

Name Type Description Notes
Id Pointer to string The id of the searchable field. [optional]
Field Pointer to string The searchable field. [optional]
Label Pointer to string The label for the searchable field. [optional]
Type Pointer to string The type of the searchable field. [optional]

Methods

NewProvenanceSearchableFieldDTO

func NewProvenanceSearchableFieldDTO() *ProvenanceSearchableFieldDTO

NewProvenanceSearchableFieldDTO instantiates a new ProvenanceSearchableFieldDTO 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

NewProvenanceSearchableFieldDTOWithDefaults

func NewProvenanceSearchableFieldDTOWithDefaults() *ProvenanceSearchableFieldDTO

NewProvenanceSearchableFieldDTOWithDefaults instantiates a new ProvenanceSearchableFieldDTO 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 *ProvenanceSearchableFieldDTO) GetId() string

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

GetIdOk

func (o *ProvenanceSearchableFieldDTO) GetIdOk() (*string, 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 *ProvenanceSearchableFieldDTO) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ProvenanceSearchableFieldDTO) HasId() bool

HasId returns a boolean if a field has been set.

GetField

func (o *ProvenanceSearchableFieldDTO) GetField() string

GetField returns the Field field if non-nil, zero value otherwise.

GetFieldOk

func (o *ProvenanceSearchableFieldDTO) GetFieldOk() (*string, bool)

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

SetField

func (o *ProvenanceSearchableFieldDTO) SetField(v string)

SetField sets Field field to given value.

HasField

func (o *ProvenanceSearchableFieldDTO) HasField() bool

HasField returns a boolean if a field has been set.

GetLabel

func (o *ProvenanceSearchableFieldDTO) GetLabel() string

GetLabel returns the Label field if non-nil, zero value otherwise.

GetLabelOk

func (o *ProvenanceSearchableFieldDTO) GetLabelOk() (*string, bool)

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

SetLabel

func (o *ProvenanceSearchableFieldDTO) SetLabel(v string)

SetLabel sets Label field to given value.

HasLabel

func (o *ProvenanceSearchableFieldDTO) HasLabel() bool

HasLabel returns a boolean if a field has been set.

GetType

func (o *ProvenanceSearchableFieldDTO) GetType() string

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

GetTypeOk

func (o *ProvenanceSearchableFieldDTO) 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 *ProvenanceSearchableFieldDTO) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *ProvenanceSearchableFieldDTO) HasType() bool

HasType returns a boolean if a field has been set.

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