Reference documentation and code samples for the Google Ads Data Manager V1 Client class TermsOfServiceStatus.
Represents the caller's decision to accept or reject the terms of service.
Protobuf type google.ads.datamanager.v1.TermsOfServiceStatus
Namespace
Google \ Ads \ DataManager \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TERMS_OF_SERVICE_STATUS_UNSPECIFIED
Value: 0Not specified.
Generated from protobuf enum TERMS_OF_SERVICE_STATUS_UNSPECIFIED = 0;
ACCEPTED
Value: 1Status indicating the caller has chosen to accept the terms of service.
Generated from protobuf enum ACCEPTED = 1;
REJECTED
Value: 2Status indicating the caller has chosen to reject the terms of service.
Generated from protobuf enum REJECTED = 2;