Name | Type | Description | Notes |
---|---|---|---|
Tokens | Pointer to interface{} | [optional] | |
Raw | Pointer to interface{} | [optional] | |
Body | Pointer to interface{} | [optional] | |
Headers | Pointer to interface{} | [optional] |
func NewReactResponse() *ReactResponse
NewReactResponse instantiates a new ReactResponse 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 NewReactResponseWithDefaults() *ReactResponse
NewReactResponseWithDefaults instantiates a new ReactResponse 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 *ReactResponse) GetTokens() interface{}
GetTokens returns the Tokens field if non-nil, zero value otherwise.
func (o *ReactResponse) GetTokensOk() (*interface{}, bool)
GetTokensOk returns a tuple with the Tokens field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReactResponse) SetTokens(v interface{})
SetTokens sets Tokens field to given value.
func (o *ReactResponse) HasTokens() bool
HasTokens returns a boolean if a field has been set.
func (o *ReactResponse) SetTokensNil(b bool)
SetTokensNil sets the value for Tokens to be an explicit nil
func (o *ReactResponse) UnsetTokens()
UnsetTokens ensures that no value is present for Tokens, not even an explicit nil
func (o *ReactResponse) GetRaw() interface{}
GetRaw returns the Raw field if non-nil, zero value otherwise.
func (o *ReactResponse) GetRawOk() (*interface{}, bool)
GetRawOk returns a tuple with the Raw field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReactResponse) SetRaw(v interface{})
SetRaw sets Raw field to given value.
func (o *ReactResponse) HasRaw() bool
HasRaw returns a boolean if a field has been set.
func (o *ReactResponse) SetRawNil(b bool)
SetRawNil sets the value for Raw to be an explicit nil
func (o *ReactResponse) UnsetRaw()
UnsetRaw ensures that no value is present for Raw, not even an explicit nil
func (o *ReactResponse) GetBody() interface{}
GetBody returns the Body field if non-nil, zero value otherwise.
func (o *ReactResponse) GetBodyOk() (*interface{}, bool)
GetBodyOk returns a tuple with the Body field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReactResponse) SetBody(v interface{})
SetBody sets Body field to given value.
func (o *ReactResponse) HasBody() bool
HasBody returns a boolean if a field has been set.
func (o *ReactResponse) SetBodyNil(b bool)
SetBodyNil sets the value for Body to be an explicit nil
func (o *ReactResponse) UnsetBody()
UnsetBody ensures that no value is present for Body, not even an explicit nil
func (o *ReactResponse) GetHeaders() interface{}
GetHeaders returns the Headers field if non-nil, zero value otherwise.
func (o *ReactResponse) GetHeadersOk() (*interface{}, bool)
GetHeadersOk returns a tuple with the Headers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReactResponse) SetHeaders(v interface{})
SetHeaders sets Headers field to given value.
func (o *ReactResponse) HasHeaders() bool
HasHeaders returns a boolean if a field has been set.
func (o *ReactResponse) SetHeadersNil(b bool)
SetHeadersNil sets the value for Headers to be an explicit nil
func (o *ReactResponse) UnsetHeaders()
UnsetHeaders ensures that no value is present for Headers, not even an explicit nil