Class: Google::Cloud::Chronicle::V1::InAppLink

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

Instance Attribute Details

#icon_url::String

Returns Icon url for the link.

Returns:

  • (::String)

    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

#label::String

Returns Label for the link.

Returns:

  • (::String)

    Label 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

#url::String

Returns URL to redirect to.

Returns:

  • (::String)

    URL to redirect to.



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