Class: Google::Cloud::Video::Stitcher::V1::ListLiveAdTagDetailsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#live_ad_tag_details::Array<::Google::Cloud::Video::Stitcher::V1::LiveAdTagDetail>

Returns A list of live session ad tag details.

Returns:



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.

Returns:

  • (::String)

    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