Name | Type | Description | Notes |
---|---|---|---|
Index | Pointer to string | [optional] | |
Id | Pointer to int64 | [optional] | |
Created | Pointer to bool | [optional] | |
Result | Pointer to string | [optional] | |
Found | Pointer to bool | [optional] |
func NewSuccessResponse() *SuccessResponse
NewSuccessResponse instantiates a new SuccessResponse 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 NewSuccessResponseWithDefaults() *SuccessResponse
NewSuccessResponseWithDefaults instantiates a new SuccessResponse 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 *SuccessResponse) GetIndex() string
GetIndex returns the Index field if non-nil, zero value otherwise.
func (o *SuccessResponse) 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 *SuccessResponse) SetIndex(v string)
SetIndex sets Index field to given value.
func (o *SuccessResponse) HasIndex() bool
HasIndex returns a boolean if a field has been set.
func (o *SuccessResponse) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *SuccessResponse) 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 *SuccessResponse) SetId(v int64)
SetId sets Id field to given value.
func (o *SuccessResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *SuccessResponse) GetCreated() bool
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *SuccessResponse) GetCreatedOk() (*bool, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SuccessResponse) SetCreated(v bool)
SetCreated sets Created field to given value.
func (o *SuccessResponse) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *SuccessResponse) GetResult() string
GetResult returns the Result field if non-nil, zero value otherwise.
func (o *SuccessResponse) 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 *SuccessResponse) SetResult(v string)
SetResult sets Result field to given value.
func (o *SuccessResponse) HasResult() bool
HasResult returns a boolean if a field has been set.
func (o *SuccessResponse) GetFound() bool
GetFound returns the Found field if non-nil, zero value otherwise.
func (o *SuccessResponse) GetFoundOk() (*bool, bool)
GetFoundOk returns a tuple with the Found field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SuccessResponse) SetFound(v bool)
SetFound sets Found field to given value.
func (o *SuccessResponse) HasFound() bool
HasFound returns a boolean if a field has been set.