Name | Type | Description | Notes |
---|---|---|---|
StatusCode | Pointer to int32 | The status code returned by the validation | [optional] |
Error | Pointer to string | [optional] | |
Timestamp | Pointer to int64 | [optional] | |
ResponseBody | Pointer to string | JSON response to the validation request | [optional] |
func NewIntegrationDeliveryConfigurationResponse() *IntegrationDeliveryConfigurationResponse
NewIntegrationDeliveryConfigurationResponse instantiates a new IntegrationDeliveryConfigurationResponse 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 NewIntegrationDeliveryConfigurationResponseWithDefaults() *IntegrationDeliveryConfigurationResponse
NewIntegrationDeliveryConfigurationResponseWithDefaults instantiates a new IntegrationDeliveryConfigurationResponse 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 *IntegrationDeliveryConfigurationResponse) GetStatusCode() int32
GetStatusCode returns the StatusCode field if non-nil, zero value otherwise.
func (o *IntegrationDeliveryConfigurationResponse) 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 *IntegrationDeliveryConfigurationResponse) SetStatusCode(v int32)
SetStatusCode sets StatusCode field to given value.
func (o *IntegrationDeliveryConfigurationResponse) HasStatusCode() bool
HasStatusCode returns a boolean if a field has been set.
func (o *IntegrationDeliveryConfigurationResponse) GetError() string
GetError returns the Error field if non-nil, zero value otherwise.
func (o *IntegrationDeliveryConfigurationResponse) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationDeliveryConfigurationResponse) SetError(v string)
SetError sets Error field to given value.
func (o *IntegrationDeliveryConfigurationResponse) HasError() bool
HasError returns a boolean if a field has been set.
func (o *IntegrationDeliveryConfigurationResponse) GetTimestamp() int64
GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
func (o *IntegrationDeliveryConfigurationResponse) 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 *IntegrationDeliveryConfigurationResponse) SetTimestamp(v int64)
SetTimestamp sets Timestamp field to given value.
func (o *IntegrationDeliveryConfigurationResponse) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.
func (o *IntegrationDeliveryConfigurationResponse) GetResponseBody() string
GetResponseBody returns the ResponseBody field if non-nil, zero value otherwise.
func (o *IntegrationDeliveryConfigurationResponse) GetResponseBodyOk() (*string, bool)
GetResponseBodyOk returns a tuple with the ResponseBody field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationDeliveryConfigurationResponse) SetResponseBody(v string)
SetResponseBody sets ResponseBody field to given value.
func (o *IntegrationDeliveryConfigurationResponse) HasResponseBody() bool
HasResponseBody returns a boolean if a field has been set.