Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.11 KB

IntegrationSyncError.md

File metadata and controls

114 lines (61 loc) · 3.11 KB

IntegrationSyncError

Properties

Name Type Description Notes
ErrorType string
Message string
OrgId string
Timestamp string

Methods

NewIntegrationSyncError

func NewIntegrationSyncError(errorType string, message string, orgId string, timestamp string, ) *IntegrationSyncError

NewIntegrationSyncError instantiates a new IntegrationSyncError 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

NewIntegrationSyncErrorWithDefaults

func NewIntegrationSyncErrorWithDefaults() *IntegrationSyncError

NewIntegrationSyncErrorWithDefaults instantiates a new IntegrationSyncError 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

GetErrorType

func (o *IntegrationSyncError) GetErrorType() string

GetErrorType returns the ErrorType field if non-nil, zero value otherwise.

GetErrorTypeOk

func (o *IntegrationSyncError) GetErrorTypeOk() (*string, bool)

GetErrorTypeOk returns a tuple with the ErrorType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetErrorType

func (o *IntegrationSyncError) SetErrorType(v string)

SetErrorType sets ErrorType field to given value.

GetMessage

func (o *IntegrationSyncError) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

func (o *IntegrationSyncError) 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.

SetMessage

func (o *IntegrationSyncError) SetMessage(v string)

SetMessage sets Message field to given value.

GetOrgId

func (o *IntegrationSyncError) GetOrgId() string

GetOrgId returns the OrgId field if non-nil, zero value otherwise.

GetOrgIdOk

func (o *IntegrationSyncError) GetOrgIdOk() (*string, bool)

GetOrgIdOk returns a tuple with the OrgId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetOrgId

func (o *IntegrationSyncError) SetOrgId(v string)

SetOrgId sets OrgId field to given value.

GetTimestamp

func (o *IntegrationSyncError) GetTimestamp() string

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

GetTimestampOk

func (o *IntegrationSyncError) GetTimestampOk() (*string, 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 *IntegrationSyncError) SetTimestamp(v string)

SetTimestamp sets Timestamp field to given value.

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