Name | Type | Description | Notes |
---|---|---|---|
Data | Pointer to string | [optional] | |
ItemId | Pointer to int64 | [optional] | |
Tweak | Pointer to string | [optional] |
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
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
func (o *BatchTokenizationRequestLine) GetData() string
GetData returns the Data field if non-nil, zero value otherwise.
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.
func (o *BatchTokenizationRequestLine) SetData(v string)
SetData sets Data field to given value.
func (o *BatchTokenizationRequestLine) HasData() bool
HasData returns a boolean if a field has been set.
func (o *BatchTokenizationRequestLine) GetItemId() int64
GetItemId returns the ItemId field if non-nil, zero value otherwise.
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.
func (o *BatchTokenizationRequestLine) SetItemId(v int64)
SetItemId sets ItemId field to given value.
func (o *BatchTokenizationRequestLine) HasItemId() bool
HasItemId returns a boolean if a field has been set.
func (o *BatchTokenizationRequestLine) GetTweak() string
GetTweak returns the Tweak field if non-nil, zero value otherwise.
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.
func (o *BatchTokenizationRequestLine) SetTweak(v string)
SetTweak sets Tweak field to given value.
func (o *BatchTokenizationRequestLine) HasTweak() bool
HasTweak returns a boolean if a field has been set.