class Google::Apis::ContaineranalysisV1alpha1::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 to associate with the note Corresponds to the JSON property `url` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/containeranalysis_v1alpha1/classes.rb, line 3142 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_v1alpha1/classes.rb, line 3147 def update!(**args) @label = args[:label] if args.key?(:label) @url = args[:url] if args.key?(:url) end