Enum TermsOfServiceStatus
Represents the caller's decision to accept or reject the terms of service.
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public enum TermsOfServiceStatus
Fields
| Name | Description |
|---|---|
| Accepted | Status indicating the caller has chosen to accept the terms of service. |
| Rejected | Status indicating the caller has chosen to reject the terms of service. |
| Unspecified | Not specified. |