Name | Type | Description | Notes |
---|---|---|---|
Field | Pointer to NullableString | [optional] | |
Message | Pointer to NullableString | [optional] | |
Value | Pointer to NullableString | [optional] |
func NewFields() *Fields
NewFields instantiates a new Fields 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 NewFieldsWithDefaults() *Fields
NewFieldsWithDefaults instantiates a new Fields 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 *Fields) GetField() string
GetField returns the Field field if non-nil, zero value otherwise.
func (o *Fields) 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.
func (o *Fields) SetField(v string)
SetField sets Field field to given value.
func (o *Fields) HasField() bool
HasField returns a boolean if a field has been set.
func (o *Fields) SetFieldNil(b bool)
SetFieldNil sets the value for Field to be an explicit nil
func (o *Fields) UnsetField()
UnsetField ensures that no value is present for Field, not even an explicit nil
func (o *Fields) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *Fields) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Fields) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *Fields) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *Fields) SetMessageNil(b bool)
SetMessageNil sets the value for Message to be an explicit nil
func (o *Fields) UnsetMessage()
UnsetMessage ensures that no value is present for Message, not even an explicit nil
func (o *Fields) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *Fields) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Fields) SetValue(v string)
SetValue sets Value field to given value.
func (o *Fields) HasValue() bool
HasValue returns a boolean if a field has been set.
func (o *Fields) SetValueNil(b bool)
SetValueNil sets the value for Value to be an explicit nil
func (o *Fields) UnsetValue()
UnsetValue ensures that no value is present for Value, not even an explicit nil