Class: Google::Cloud::Video::Stitcher::V1::ListVodAdTagDetailsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::ListVodAdTagDetailsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb
Overview
Response message for VideoStitcherService.listVodAdTagDetails.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
The pagination token.
-
#vod_ad_tag_details ⇒ ::Array<::Google::Cloud::Video::Stitcher::V1::VodAdTagDetail>
A List of ad tag details.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns The pagination token.
203 204 205 206 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 203 class ListVodAdTagDetailsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vod_ad_tag_details ⇒ ::Array<::Google::Cloud::Video::Stitcher::V1::VodAdTagDetail>
Returns A List of ad tag details.
203 204 205 206 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 203 class ListVodAdTagDetailsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |