Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.61 KB

CheckImageQualityResponse.md

File metadata and controls

160 lines (87 loc) · 4.61 KB

CheckImageQualityResponse

Properties

Name Type Description Notes
DecentroTxnId Pointer to string [optional]
Status Pointer to string [optional]
ResponseCode Pointer to string [optional]
Message Pointer to string [optional]
Data Pointer to CheckImageQualityResponseData [optional]

Methods

NewCheckImageQualityResponse

func NewCheckImageQualityResponse() *CheckImageQualityResponse

NewCheckImageQualityResponse instantiates a new CheckImageQualityResponse 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

NewCheckImageQualityResponseWithDefaults

func NewCheckImageQualityResponseWithDefaults() *CheckImageQualityResponse

NewCheckImageQualityResponseWithDefaults instantiates a new CheckImageQualityResponse 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

GetDecentroTxnId

func (o *CheckImageQualityResponse) GetDecentroTxnId() string

GetDecentroTxnId returns the DecentroTxnId field if non-nil, zero value otherwise.

GetDecentroTxnIdOk

func (o *CheckImageQualityResponse) GetDecentroTxnIdOk() (*string, bool)

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

SetDecentroTxnId

func (o *CheckImageQualityResponse) SetDecentroTxnId(v string)

SetDecentroTxnId sets DecentroTxnId field to given value.

HasDecentroTxnId

func (o *CheckImageQualityResponse) HasDecentroTxnId() bool

HasDecentroTxnId returns a boolean if a field has been set.

GetStatus

func (o *CheckImageQualityResponse) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *CheckImageQualityResponse) GetStatusOk() (*string, bool)

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

SetStatus

func (o *CheckImageQualityResponse) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *CheckImageQualityResponse) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetResponseCode

func (o *CheckImageQualityResponse) GetResponseCode() string

GetResponseCode returns the ResponseCode field if non-nil, zero value otherwise.

GetResponseCodeOk

func (o *CheckImageQualityResponse) GetResponseCodeOk() (*string, bool)

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

SetResponseCode

func (o *CheckImageQualityResponse) SetResponseCode(v string)

SetResponseCode sets ResponseCode field to given value.

HasResponseCode

func (o *CheckImageQualityResponse) HasResponseCode() bool

HasResponseCode returns a boolean if a field has been set.

GetMessage

func (o *CheckImageQualityResponse) GetMessage() string

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

GetMessageOk

func (o *CheckImageQualityResponse) 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 *CheckImageQualityResponse) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *CheckImageQualityResponse) HasMessage() bool

HasMessage returns a boolean if a field has been set.

GetData

func (o *CheckImageQualityResponse) GetData() CheckImageQualityResponseData

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *CheckImageQualityResponse) GetDataOk() (*CheckImageQualityResponseData, bool)

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

SetData

func (o *CheckImageQualityResponse) SetData(v CheckImageQualityResponseData)

SetData sets Data field to given value.

HasData

func (o *CheckImageQualityResponse) HasData() bool

HasData returns a boolean if a field has been set.

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