Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.4 KB

Agreements.md

File metadata and controls

108 lines (59 loc) · 3.4 KB

Agreements

Properties

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]

Methods

NewAgreements

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

NewAgreementsWithDefaults

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

GetEuModel

func (o *Agreements) GetEuModel() bool

GetEuModel returns the EuModel field if non-nil, zero value otherwise.

GetEuModelOk

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.

SetEuModel

func (o *Agreements) SetEuModel(v bool)

SetEuModel sets EuModel field to given value.

HasEuModel

func (o *Agreements) HasEuModel() bool

HasEuModel returns a boolean if a field has been set.

GetMasterServiceAgreement

func (o *Agreements) GetMasterServiceAgreement() bool

GetMasterServiceAgreement returns the MasterServiceAgreement field if non-nil, zero value otherwise.

GetMasterServiceAgreementOk

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.

SetMasterServiceAgreement

func (o *Agreements) SetMasterServiceAgreement(v bool)

SetMasterServiceAgreement sets MasterServiceAgreement field to given value.

HasMasterServiceAgreement

func (o *Agreements) HasMasterServiceAgreement() bool

HasMasterServiceAgreement returns a boolean if a field has been set.

GetPrivacyPolicy

func (o *Agreements) GetPrivacyPolicy() bool

GetPrivacyPolicy returns the PrivacyPolicy field if non-nil, zero value otherwise.

GetPrivacyPolicyOk

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.

SetPrivacyPolicy

func (o *Agreements) SetPrivacyPolicy(v bool)

SetPrivacyPolicy sets PrivacyPolicy field to given value.

HasPrivacyPolicy

func (o *Agreements) HasPrivacyPolicy() bool

HasPrivacyPolicy returns a boolean if a field has been set.

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