Class: Google::Cloud::Chronicle::V1::InAppLink
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::InAppLink
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/chronicle/v1/dashboard_query.rb
Overview
In app linking start
Instance Attribute Summary collapse
-
#icon_url ⇒ ::String
Icon url for the link.
-
#label ⇒ ::String
Label for the link.
-
#url ⇒ ::String
URL to redirect to.
Instance Attribute Details
#icon_url ⇒ ::String
Returns Icon url for the link.
463 464 465 466 |
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_query.rb', line 463 class InAppLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |