Module: Google::Ads::AdManager::V1::CustomFieldVisibilityEnum::CustomFieldVisibility
- Defined in:
- proto_docs/google/ads/admanager/v1/custom_field_enums.rb
Overview
The visibility level of a CustomField.
Constant Summary collapse
- CUSTOM_FIELD_VISIBILITY_UNSPECIFIED =
No value specified
0
- HIDDEN =
The CustomField is not visible in the UI and only visible through the API.
1
- READ_ONLY =
The CustomField is visible in the UI and only editable through the API.
2
- EDITABLE =
The CustomField is visible and editable in both the API and UI.
3