Class: Google::Cloud::Video::Stitcher::V1::ListLiveAdTagDetailsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::ListLiveAdTagDetailsResponse
- 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.listLiveAdTagDetails.
Instance Attribute Summary collapse
-
#live_ad_tag_details ⇒ ::Array<::Google::Cloud::Video::Stitcher::V1::LiveAdTagDetail>
A list of live session ad tag details.
-
#next_page_token ⇒ ::String
The pagination token.
Instance Attribute Details
#live_ad_tag_details ⇒ ::Array<::Google::Cloud::Video::Stitcher::V1::LiveAdTagDetail>
Returns A list of live session ad tag details.
242 243 244 245 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 242 class ListLiveAdTagDetailsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns The pagination token.
242 243 244 245 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 242 class ListLiveAdTagDetailsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |