Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.03 KB

BatchTokenizationResponseLine.md

File metadata and controls

108 lines (59 loc) · 3.03 KB

BatchTokenizationResponseLine

Properties

Name Type Description Notes
Data Pointer to string [optional]
Error Pointer to string [optional]
Tweak Pointer to string [optional]

Methods

NewBatchTokenizationResponseLine

func NewBatchTokenizationResponseLine() *BatchTokenizationResponseLine

NewBatchTokenizationResponseLine instantiates a new BatchTokenizationResponseLine 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

NewBatchTokenizationResponseLineWithDefaults

func NewBatchTokenizationResponseLineWithDefaults() *BatchTokenizationResponseLine

NewBatchTokenizationResponseLineWithDefaults instantiates a new BatchTokenizationResponseLine 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

GetData

func (o *BatchTokenizationResponseLine) GetData() string

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

GetDataOk

func (o *BatchTokenizationResponseLine) GetDataOk() (*string, 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 *BatchTokenizationResponseLine) SetData(v string)

SetData sets Data field to given value.

HasData

func (o *BatchTokenizationResponseLine) HasData() bool

HasData returns a boolean if a field has been set.

GetError

func (o *BatchTokenizationResponseLine) GetError() string

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

GetErrorOk

func (o *BatchTokenizationResponseLine) 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 *BatchTokenizationResponseLine) SetError(v string)

SetError sets Error field to given value.

HasError

func (o *BatchTokenizationResponseLine) HasError() bool

HasError returns a boolean if a field has been set.

GetTweak

func (o *BatchTokenizationResponseLine) GetTweak() string

GetTweak returns the Tweak field if non-nil, zero value otherwise.

GetTweakOk

func (o *BatchTokenizationResponseLine) GetTweakOk() (*string, bool)

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

SetTweak

func (o *BatchTokenizationResponseLine) SetTweak(v string)

SetTweak sets Tweak field to given value.

HasTweak

func (o *BatchTokenizationResponseLine) HasTweak() bool

HasTweak returns a boolean if a field has been set.

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