class Google::Apis::ContaineranalysisV1::RelatedUrl
Metadata
for any related URL information.
Attributes
label[RW]
Label to describe usage of the URL. Corresponds to the JSON property ‘label` @return [String]
url[RW]
Specific URL associated with the resource. Corresponds to the JSON property ‘url` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/containeranalysis_v1/classes.rb, line 4060 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/containeranalysis_v1/classes.rb, line 4065 def update!(**args) @label = args[:label] if args.key?(:label) @url = args[:url] if args.key?(:url) end