Class: Google::Cloud::Video::Stitcher::V1::IframeAdResource
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::IframeAdResource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/stitcher/v1/companions.rb
Overview
Metadata for an IFrame ad resource.
Instance Attribute Summary collapse
-
#uri ⇒ ::String
URI source for an IFrame to display for the ad resource.
Instance Attribute Details
#uri ⇒ ::String
Returns URI source for an IFrame to display for the ad resource.
109 110 111 112 |
# File 'proto_docs/google/cloud/video/stitcher/v1/companions.rb', line 109 class IframeAdResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |