Class: Google::Cloud::Video::Stitcher::V1::HtmlAdResource

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

Instance Attribute Details

#html_source::String

Returns The HTML to display for the ad resource.

Returns:

  • (::String)

    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