Class: Grafeas::V1::RelatedUrl
- Inherits:
-
Object
- Object
- Grafeas::V1::RelatedUrl
- Defined in:
- lib/grafeas/v1/doc/grafeas/v1/common.rb
Overview
Metadata for any related URL information.
Instance Attribute Summary collapse
-
#label ⇒ String
Label to describe usage of the URL.
-
#url ⇒ String
Specific URL associated with the resource.
Instance Attribute Details
#label ⇒ String
Returns Label to describe usage of the URL.
25 |
# File 'lib/grafeas/v1/doc/grafeas/v1/common.rb', line 25 class RelatedUrl; end |
#url ⇒ String
Returns Specific URL associated with the resource.
25 |
# File 'lib/grafeas/v1/doc/grafeas/v1/common.rb', line 25 class RelatedUrl; end |