Google Ads Data Manager V1 Client - Class TermsOfServiceStatus (0.1.0)

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 \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TERMS_OF_SERVICE_STATUS_UNSPECIFIED

Value: 0

Not specified.

Generated from protobuf enum TERMS_OF_SERVICE_STATUS_UNSPECIFIED = 0;

ACCEPTED

Value: 1

Status indicating the caller has chosen to accept the terms of service.

Generated from protobuf enum ACCEPTED = 1;

REJECTED

Value: 2

Status indicating the caller has chosen to reject the terms of service.

Generated from protobuf enum REJECTED = 2;