Name | Type | Description | Notes |
---|---|---|---|
EuModel | Pointer to bool | The acknowledgement status for the cross-border data transfer agreement. | [optional] |
MasterServiceAgreement | Pointer to bool | The acknowledgement status for Akamai's master service agreement. | [optional] |
PrivacyPolicy | Pointer to bool | The acknowledgement status for Akamai's privacy statement. | [optional] |
func NewAgreements() *Agreements
NewAgreements instantiates a new Agreements 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 NewAgreementsWithDefaults() *Agreements
NewAgreementsWithDefaults instantiates a new Agreements 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 *Agreements) GetEuModel() bool
GetEuModel returns the EuModel field if non-nil, zero value otherwise.
func (o *Agreements) GetEuModelOk() (*bool, bool)
GetEuModelOk returns a tuple with the EuModel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Agreements) SetEuModel(v bool)
SetEuModel sets EuModel field to given value.
func (o *Agreements) HasEuModel() bool
HasEuModel returns a boolean if a field has been set.
func (o *Agreements) GetMasterServiceAgreement() bool
GetMasterServiceAgreement returns the MasterServiceAgreement field if non-nil, zero value otherwise.
func (o *Agreements) GetMasterServiceAgreementOk() (*bool, bool)
GetMasterServiceAgreementOk returns a tuple with the MasterServiceAgreement field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Agreements) SetMasterServiceAgreement(v bool)
SetMasterServiceAgreement sets MasterServiceAgreement field to given value.
func (o *Agreements) HasMasterServiceAgreement() bool
HasMasterServiceAgreement returns a boolean if a field has been set.
func (o *Agreements) GetPrivacyPolicy() bool
GetPrivacyPolicy returns the PrivacyPolicy field if non-nil, zero value otherwise.
func (o *Agreements) GetPrivacyPolicyOk() (*bool, bool)
GetPrivacyPolicyOk returns a tuple with the PrivacyPolicy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Agreements) SetPrivacyPolicy(v bool)
SetPrivacyPolicy sets PrivacyPolicy field to given value.
func (o *Agreements) HasPrivacyPolicy() bool
HasPrivacyPolicy returns a boolean if a field has been set.