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