Module: Google::Ads::AdManager::V1::CustomFieldStatusEnum::CustomFieldStatus

Defined in:
proto_docs/google/ads/admanager/v1/custom_field_enums.rb

Overview

The status of the CustomField.

Constant Summary collapse

CUSTOM_FIELD_STATUS_UNSPECIFIED =

No value specified

0
ACTIVE =

The CustomField is active.

1
INACTIVE =

The CustomField is inactive.

2