Class: Google::Cloud::Video::Stitcher::V1::RequestMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::RequestMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/stitcher/v1/ad_tag_details.rb
Overview
Metadata for an ad request.
Instance Attribute Summary collapse
-
#headers ⇒ ::Google::Protobuf::Struct
The HTTP headers of the ad request.
Instance Attribute Details
#headers ⇒ ::Google::Protobuf::Struct
Returns The HTTP headers of the ad request.
74 75 76 77 |
# File 'proto_docs/google/cloud/video/stitcher/v1/ad_tag_details.rb', line 74 class RequestMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |