# DataProcessingAgreementBase
# Properties
Name | Type | Description | Notes |
---|---|---|---|
Version | string | Agreement version. | |
Body | string | Agreement body content. | |
AttachmentUrl | string | Agreement attachment file URL. |
# Methods
# NewDataProcessingAgreementBase
func NewDataProcessingAgreementBase(version string, body string, attachmentUrl string, ) *DataProcessingAgreementBase
NewDataProcessingAgreementBase instantiates a new DataProcessingAgreementBase 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
# NewDataProcessingAgreementBaseWithDefaults
func NewDataProcessingAgreementBaseWithDefaults() *DataProcessingAgreementBase
NewDataProcessingAgreementBaseWithDefaults instantiates a new DataProcessingAgreementBase 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
# GetVersion
func (o *DataProcessingAgreementBase) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
# GetVersionOk
func (o *DataProcessingAgreementBase) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
# SetVersion
func (o *DataProcessingAgreementBase) SetVersion(v string)
SetVersion sets Version field to given value.
# GetBody
func (o *DataProcessingAgreementBase) GetBody() string
GetBody returns the Body field if non-nil, zero value otherwise.
# GetBodyOk
func (o *DataProcessingAgreementBase) GetBodyOk() (*string, bool)
GetBodyOk returns a tuple with the Body field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
# SetBody
func (o *DataProcessingAgreementBase) SetBody(v string)
SetBody sets Body field to given value.
# GetAttachmentUrl
func (o *DataProcessingAgreementBase) GetAttachmentUrl() string
GetAttachmentUrl returns the AttachmentUrl field if non-nil, zero value otherwise.
# GetAttachmentUrlOk
func (o *DataProcessingAgreementBase) GetAttachmentUrlOk() (*string, bool)
GetAttachmentUrlOk returns a tuple with the AttachmentUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
# SetAttachmentUrl
func (o *DataProcessingAgreementBase) SetAttachmentUrl(v string)
SetAttachmentUrl sets AttachmentUrl field to given value.