Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.34 KB

BatchEncryptionResponseLine.md

File metadata and controls

82 lines (45 loc) · 2.34 KB

BatchEncryptionResponseLine

Properties

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

Methods

NewBatchEncryptionResponseLine

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

NewBatchEncryptionResponseLineWithDefaults

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

GetData

func (o *BatchEncryptionResponseLine) GetData() string

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

GetDataOk

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.

SetData

func (o *BatchEncryptionResponseLine) SetData(v string)

SetData sets Data field to given value.

HasData

func (o *BatchEncryptionResponseLine) HasData() bool

HasData returns a boolean if a field has been set.

GetError

func (o *BatchEncryptionResponseLine) GetError() string

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

GetErrorOk

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.

SetError

func (o *BatchEncryptionResponseLine) SetError(v string)

SetError sets Error field to given value.

HasError

func (o *BatchEncryptionResponseLine) HasError() bool

HasError returns a boolean if a field has been set.

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