# UpdateDataProcessingAgreement
# Properties
Name | Type | Description | Notes |
---|---|---|---|
Version | string | Agreement version. | |
Body | string | Agreement body content. | |
AttachmentUrl | string | Agreement attachment file URL. |
# Methods
# NewUpdateDataProcessingAgreement
func NewUpdateDataProcessingAgreement(version string, body string, attachmentUrl string, ) *UpdateDataProcessingAgreement
NewUpdateDataProcessingAgreement instantiates a new UpdateDataProcessingAgreement 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
# NewUpdateDataProcessingAgreementWithDefaults
func NewUpdateDataProcessingAgreementWithDefaults() *UpdateDataProcessingAgreement
NewUpdateDataProcessingAgreementWithDefaults instantiates a new UpdateDataProcessingAgreement 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 *UpdateDataProcessingAgreement) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
# GetVersionOk
func (o *UpdateDataProcessingAgreement) 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 *UpdateDataProcessingAgreement) SetVersion(v string)
SetVersion sets Version field to given value.
# GetBody
func (o *UpdateDataProcessingAgreement) GetBody() string
GetBody returns the Body field if non-nil, zero value otherwise.
# GetBodyOk
func (o *UpdateDataProcessingAgreement) 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 *UpdateDataProcessingAgreement) SetBody(v string)
SetBody sets Body field to given value.
# GetAttachmentUrl
func (o *UpdateDataProcessingAgreement) GetAttachmentUrl() string
GetAttachmentUrl returns the AttachmentUrl field if non-nil, zero value otherwise.
# GetAttachmentUrlOk
func (o *UpdateDataProcessingAgreement) 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 *UpdateDataProcessingAgreement) SetAttachmentUrl(v string)
SetAttachmentUrl sets AttachmentUrl field to given value.