Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.41 KB

FieldName.md

File metadata and controls

51 lines (28 loc) · 1.41 KB

FieldName

Properties

Name Type Description Notes
FieldName string Field name.

Methods

NewFieldName

func NewFieldName(fieldName string, ) *FieldName

NewFieldName instantiates a new FieldName 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

NewFieldNameWithDefaults

func NewFieldNameWithDefaults() *FieldName

NewFieldNameWithDefaults instantiates a new FieldName 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

GetFieldName

func (o *FieldName) GetFieldName() string

GetFieldName returns the FieldName field if non-nil, zero value otherwise.

GetFieldNameOk

func (o *FieldName) GetFieldNameOk() (*string, bool)

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

SetFieldName

func (o *FieldName) SetFieldName(v string)

SetFieldName sets FieldName field to given value.

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