Class: Google::Cloud::Video::Stitcher::V1::HtmlAdResource
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::HtmlAdResource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/stitcher/v1/companions.rb
Overview
Metadata for an HTML ad resource.
Instance Attribute Summary collapse
-
#html_source ⇒ ::String
The HTML to display for the ad resource.
Instance Attribute Details
#html_source ⇒ ::String
Returns The HTML to display for the ad resource.
100 101 102 103 |
# File 'proto_docs/google/cloud/video/stitcher/v1/companions.rb', line 100 class HtmlAdResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |