Class: Google::Ads::AdManager::V1::CmsContent
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::CmsContent
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/content_messages.rb
Overview
Contains information about the Content from the CMS it was ingested from.
Instance Attribute Summary collapse
-
#cms_content_id ⇒ ::String
The ID of the
Contentin the CMS. -
#content_source ⇒ ::String
readonly
Output only.
-
#content_source_display_name ⇒ ::String
readonly
Output only.
Instance Attribute Details
#cms_content_id ⇒ ::String
Returns The ID of the Content in the CMS. This ID will be a 3rd party ID,
usually the ID of the content in a CMS (Content Management System).
136 137 138 139 |
# File 'proto_docs/google/ads/admanager/v1/content_messages.rb', line 136 class CmsContent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#content_source ⇒ ::String (readonly)
Returns Output only. The resource name of the [ContentSource][google.ads.admanager.v1.ContentSource] this content was ingested from.
136 137 138 139 |
# File 'proto_docs/google/ads/admanager/v1/content_messages.rb', line 136 class CmsContent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#content_source_display_name ⇒ ::String (readonly)
Returns Output only. The display name of the [ContentSource][google.ads.admanager.v1.ContentSource] this content was ingested from.
136 137 138 139 |
# File 'proto_docs/google/ads/admanager/v1/content_messages.rb', line 136 class CmsContent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |