| Name | Type | Description | Notes |
|---|---|---|---|
| StatusCode | Pointer to int32 | [optional] | |
| Message | Pointer to string | [optional] | |
| Timestamp | Pointer to int64 | [optional] |
func NewStoreIntegrationError() *StoreIntegrationError
NewStoreIntegrationError instantiates a new StoreIntegrationError 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 NewStoreIntegrationErrorWithDefaults() *StoreIntegrationError
NewStoreIntegrationErrorWithDefaults instantiates a new StoreIntegrationError 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 *StoreIntegrationError) GetStatusCode() int32
GetStatusCode returns the StatusCode field if non-nil, zero value otherwise.
func (o *StoreIntegrationError) GetStatusCodeOk() (*int32, bool)
GetStatusCodeOk returns a tuple with the StatusCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StoreIntegrationError) SetStatusCode(v int32)
SetStatusCode sets StatusCode field to given value.
func (o *StoreIntegrationError) HasStatusCode() bool
HasStatusCode returns a boolean if a field has been set.
func (o *StoreIntegrationError) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *StoreIntegrationError) 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 *StoreIntegrationError) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *StoreIntegrationError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *StoreIntegrationError) GetTimestamp() int64
GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
func (o *StoreIntegrationError) GetTimestampOk() (*int64, bool)
GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StoreIntegrationError) SetTimestamp(v int64)
SetTimestamp sets Timestamp field to given value.
func (o *StoreIntegrationError) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.