Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::InAppLink.
In app linking start
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#icon_url
def icon_url() -> ::String
Returns
- (::String) — Icon url for the link.
#icon_url=
def icon_url=(value) -> ::String
Parameter
- value (::String) — Icon url for the link.
Returns
- (::String) — Icon url for the link.
#label
def label() -> ::String
Returns
- (::String) — Label for the link.
#label=
def label=(value) -> ::String
Parameter
- value (::String) — Label for the link.
Returns
- (::String) — Label for the link.
#url
def url() -> ::String
Returns
- (::String) — URL to redirect to.
#url=
def url=(value) -> ::String
Parameter
- value (::String) — URL to redirect to.
Returns
- (::String) — URL to redirect to.