Name | Type | Description | Notes |
---|---|---|---|
Index | Pointer to string | Name of the document index | [optional] |
Updated | Pointer to int32 | Number of documents updated | [optional] |
Id | Pointer to int64 | Document ID | [optional] |
Result | Pointer to string | Result of the update operation, typically 'updated' | [optional] |
func NewUpdateResponse() *UpdateResponse
NewUpdateResponse instantiates a new UpdateResponse 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 NewUpdateResponseWithDefaults() *UpdateResponse
NewUpdateResponseWithDefaults instantiates a new UpdateResponse 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 *UpdateResponse) GetIndex() string
GetIndex returns the Index field if non-nil, zero value otherwise.
func (o *UpdateResponse) GetIndexOk() (*string, bool)
GetIndexOk returns a tuple with the Index field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateResponse) SetIndex(v string)
SetIndex sets Index field to given value.
func (o *UpdateResponse) HasIndex() bool
HasIndex returns a boolean if a field has been set.
func (o *UpdateResponse) GetUpdated() int32
GetUpdated returns the Updated field if non-nil, zero value otherwise.
func (o *UpdateResponse) GetUpdatedOk() (*int32, bool)
GetUpdatedOk returns a tuple with the Updated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateResponse) SetUpdated(v int32)
SetUpdated sets Updated field to given value.
func (o *UpdateResponse) HasUpdated() bool
HasUpdated returns a boolean if a field has been set.
func (o *UpdateResponse) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *UpdateResponse) GetIdOk() (*int64, 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.
func (o *UpdateResponse) SetId(v int64)
SetId sets Id field to given value.
func (o *UpdateResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *UpdateResponse) GetResult() string
GetResult returns the Result field if non-nil, zero value otherwise.
func (o *UpdateResponse) GetResultOk() (*string, bool)
GetResultOk returns a tuple with the Result field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateResponse) SetResult(v string)
SetResult sets Result field to given value.
func (o *UpdateResponse) HasResult() bool
HasResult returns a boolean if a field has been set.