Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.23 KB

IntegrationDeliveryConfigurationResponse.md

File metadata and controls

134 lines (73 loc) · 4.23 KB

IntegrationDeliveryConfigurationResponse

Properties

Name Type Description Notes
StatusCode Pointer to int32 [optional]
Error Pointer to string [optional]
Timestamp Pointer to int64 [optional]
ResponseBody Pointer to string [optional]

Methods

NewIntegrationDeliveryConfigurationResponse

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

NewIntegrationDeliveryConfigurationResponseWithDefaults

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

GetStatusCode

func (o *IntegrationDeliveryConfigurationResponse) GetStatusCode() int32

GetStatusCode returns the StatusCode field if non-nil, zero value otherwise.

GetStatusCodeOk

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.

SetStatusCode

func (o *IntegrationDeliveryConfigurationResponse) SetStatusCode(v int32)

SetStatusCode sets StatusCode field to given value.

HasStatusCode

func (o *IntegrationDeliveryConfigurationResponse) HasStatusCode() bool

HasStatusCode returns a boolean if a field has been set.

GetError

func (o *IntegrationDeliveryConfigurationResponse) GetError() string

GetError returns the Error field if non-nil, zero value otherwise.

GetErrorOk

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.

SetError

func (o *IntegrationDeliveryConfigurationResponse) SetError(v string)

SetError sets Error field to given value.

HasError

func (o *IntegrationDeliveryConfigurationResponse) HasError() bool

HasError returns a boolean if a field has been set.

GetTimestamp

func (o *IntegrationDeliveryConfigurationResponse) GetTimestamp() int64

GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.

GetTimestampOk

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.

SetTimestamp

func (o *IntegrationDeliveryConfigurationResponse) SetTimestamp(v int64)

SetTimestamp sets Timestamp field to given value.

HasTimestamp

func (o *IntegrationDeliveryConfigurationResponse) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

GetResponseBody

func (o *IntegrationDeliveryConfigurationResponse) GetResponseBody() string

GetResponseBody returns the ResponseBody field if non-nil, zero value otherwise.

GetResponseBodyOk

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.

SetResponseBody

func (o *IntegrationDeliveryConfigurationResponse) SetResponseBody(v string)

SetResponseBody sets ResponseBody field to given value.

HasResponseBody

func (o *IntegrationDeliveryConfigurationResponse) HasResponseBody() bool

HasResponseBody returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]