Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.02 KB

BatchTokenizationRequestLine.md

File metadata and controls

108 lines (59 loc) · 3.02 KB

BatchTokenizationRequestLine

Properties

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

Methods

NewBatchTokenizationRequestLine

func NewBatchTokenizationRequestLine() *BatchTokenizationRequestLine

NewBatchTokenizationRequestLine instantiates a new BatchTokenizationRequestLine 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

NewBatchTokenizationRequestLineWithDefaults

func NewBatchTokenizationRequestLineWithDefaults() *BatchTokenizationRequestLine

NewBatchTokenizationRequestLineWithDefaults instantiates a new BatchTokenizationRequestLine 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 *BatchTokenizationRequestLine) GetData() string

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

GetDataOk

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

SetData sets Data field to given value.

HasData

func (o *BatchTokenizationRequestLine) HasData() bool

HasData returns a boolean if a field has been set.

GetItemId

func (o *BatchTokenizationRequestLine) GetItemId() int64

GetItemId returns the ItemId field if non-nil, zero value otherwise.

GetItemIdOk

func (o *BatchTokenizationRequestLine) GetItemIdOk() (*int64, bool)

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

SetItemId

func (o *BatchTokenizationRequestLine) SetItemId(v int64)

SetItemId sets ItemId field to given value.

HasItemId

func (o *BatchTokenizationRequestLine) HasItemId() bool

HasItemId returns a boolean if a field has been set.

GetTweak

func (o *BatchTokenizationRequestLine) GetTweak() string

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

GetTweakOk

func (o *BatchTokenizationRequestLine) 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 *BatchTokenizationRequestLine) SetTweak(v string)

SetTweak sets Tweak field to given value.

HasTweak

func (o *BatchTokenizationRequestLine) HasTweak() bool

HasTweak returns a boolean if a field has been set.

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