Skip to main content

GetVendorConnectorMappings405Response

Properties

NameTypeDescriptionNotes
ErrorNamePointer to map[string]interfaceA message describing the error[optional]
ErrorMessagePointer to map[string]interfaceDescription of the error[optional]
TrackingIdPointer to stringUnique tracking id for the error.[optional]

Methods

NewGetVendorConnectorMappings405Response

func NewGetVendorConnectorMappings405Response() *GetVendorConnectorMappings405Response

NewGetVendorConnectorMappings405Response instantiates a new GetVendorConnectorMappings405Response 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

NewGetVendorConnectorMappings405ResponseWithDefaults

func NewGetVendorConnectorMappings405ResponseWithDefaults() *GetVendorConnectorMappings405Response

NewGetVendorConnectorMappings405ResponseWithDefaults instantiates a new GetVendorConnectorMappings405Response 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

GetErrorName

func (o *GetVendorConnectorMappings405Response) GetErrorName() map[string]interface{}

GetErrorName returns the ErrorName field if non-nil, zero value otherwise.

GetErrorNameOk

func (o *GetVendorConnectorMappings405Response) GetErrorNameOk() (*map[string]interface{}, bool)

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

SetErrorName

func (o *GetVendorConnectorMappings405Response) SetErrorName(v map[string]interface{})

SetErrorName sets ErrorName field to given value.

HasErrorName

func (o *GetVendorConnectorMappings405Response) HasErrorName() bool

HasErrorName returns a boolean if a field has been set.

GetErrorMessage

func (o *GetVendorConnectorMappings405Response) GetErrorMessage() map[string]interface{}

GetErrorMessage returns the ErrorMessage field if non-nil, zero value otherwise.

GetErrorMessageOk

func (o *GetVendorConnectorMappings405Response) GetErrorMessageOk() (*map[string]interface{}, bool)

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

SetErrorMessage

func (o *GetVendorConnectorMappings405Response) SetErrorMessage(v map[string]interface{})

SetErrorMessage sets ErrorMessage field to given value.

HasErrorMessage

func (o *GetVendorConnectorMappings405Response) HasErrorMessage() bool

HasErrorMessage returns a boolean if a field has been set.

GetTrackingId

func (o *GetVendorConnectorMappings405Response) GetTrackingId() string

GetTrackingId returns the TrackingId field if non-nil, zero value otherwise.

GetTrackingIdOk

func (o *GetVendorConnectorMappings405Response) GetTrackingIdOk() (*string, bool)

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

SetTrackingId

func (o *GetVendorConnectorMappings405Response) SetTrackingId(v string)

SetTrackingId sets TrackingId field to given value.

HasTrackingId

func (o *GetVendorConnectorMappings405Response) HasTrackingId() bool

HasTrackingId returns a boolean if a field has been set.