Name | Type | Description | Notes |
---|---|---|---|
Context | Pointer to map[string]string | [optional] | |
Data | Pointer to string | [optional] | |
ItemId | Pointer to int64 | [optional] | |
ItemVersion | Pointer to int32 | [optional] |
func NewBatchEncryptionRequestLine() *BatchEncryptionRequestLine
NewBatchEncryptionRequestLine instantiates a new BatchEncryptionRequestLine 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 NewBatchEncryptionRequestLineWithDefaults() *BatchEncryptionRequestLine
NewBatchEncryptionRequestLineWithDefaults instantiates a new BatchEncryptionRequestLine 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 *BatchEncryptionRequestLine) GetContext() map[string]string
GetContext returns the Context field if non-nil, zero value otherwise.
func (o *BatchEncryptionRequestLine) GetContextOk() (*map[string]string, bool)
GetContextOk returns a tuple with the Context field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BatchEncryptionRequestLine) SetContext(v map[string]string)
SetContext sets Context field to given value.
func (o *BatchEncryptionRequestLine) HasContext() bool
HasContext returns a boolean if a field has been set.
func (o *BatchEncryptionRequestLine) GetData() string
GetData returns the Data field if non-nil, zero value otherwise.
func (o *BatchEncryptionRequestLine) 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 *BatchEncryptionRequestLine) SetData(v string)
SetData sets Data field to given value.
func (o *BatchEncryptionRequestLine) HasData() bool
HasData returns a boolean if a field has been set.
func (o *BatchEncryptionRequestLine) GetItemId() int64
GetItemId returns the ItemId field if non-nil, zero value otherwise.
func (o *BatchEncryptionRequestLine) 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 *BatchEncryptionRequestLine) SetItemId(v int64)
SetItemId sets ItemId field to given value.
func (o *BatchEncryptionRequestLine) HasItemId() bool
HasItemId returns a boolean if a field has been set.
func (o *BatchEncryptionRequestLine) GetItemVersion() int32
GetItemVersion returns the ItemVersion field if non-nil, zero value otherwise.
func (o *BatchEncryptionRequestLine) GetItemVersionOk() (*int32, bool)
GetItemVersionOk returns a tuple with the ItemVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BatchEncryptionRequestLine) SetItemVersion(v int32)
SetItemVersion sets ItemVersion field to given value.
func (o *BatchEncryptionRequestLine) HasItemVersion() bool
HasItemVersion returns a boolean if a field has been set.