Class: Google::Ads::AdManager::V1::BatchUpdateCdnConfigsResponse
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::BatchUpdateCdnConfigsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/cdn_config_service.rb
Overview
Response object for BatchUpdateCdnConfigs method.
Instance Attribute Summary collapse
-
#cdn_configs ⇒ ::Array<::Google::Ads::AdManager::V1::CdnConfig>
The
CdnConfigobjects updated.
Instance Attribute Details
#cdn_configs ⇒ ::Array<::Google::Ads::AdManager::V1::CdnConfig>
Returns The CdnConfig objects updated.
179 180 181 182 |
# File 'proto_docs/google/ads/admanager/v1/cdn_config_service.rb', line 179 class BatchUpdateCdnConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |