Name | Type | Description | Notes |
---|---|---|---|
Data | Pointer to string | [optional] | |
Error | Pointer to string | [optional] |
func NewBatchEncryptionResponseLine() *BatchEncryptionResponseLine
NewBatchEncryptionResponseLine instantiates a new BatchEncryptionResponseLine 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 NewBatchEncryptionResponseLineWithDefaults() *BatchEncryptionResponseLine
NewBatchEncryptionResponseLineWithDefaults instantiates a new BatchEncryptionResponseLine 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 *BatchEncryptionResponseLine) GetData() string
GetData returns the Data field if non-nil, zero value otherwise.
func (o *BatchEncryptionResponseLine) 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 *BatchEncryptionResponseLine) SetData(v string)
SetData sets Data field to given value.
func (o *BatchEncryptionResponseLine) HasData() bool
HasData returns a boolean if a field has been set.
func (o *BatchEncryptionResponseLine) GetError() string
GetError returns the Error field if non-nil, zero value otherwise.
func (o *BatchEncryptionResponseLine) 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.
func (o *BatchEncryptionResponseLine) SetError(v string)
SetError sets Error field to given value.
func (o *BatchEncryptionResponseLine) HasError() bool
HasError returns a boolean if a field has been set.