Name | Type | Description | Notes |
---|---|---|---|
FieldName | string | Field name. |
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
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
func (o *FieldName) GetFieldName() string
GetFieldName returns the FieldName field if non-nil, zero value otherwise.
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.
func (o *FieldName) SetFieldName(v string)
SetFieldName sets FieldName field to given value.