class Google::Apis::OndemandscanningV1beta1::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/ondemandscanning_v1beta1/classes.rb, line 1750 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/ondemandscanning_v1beta1/classes.rb, line 1755 def update!(**args) @label = args[:label] if args.key?(:label) @url = args[:url] if args.key?(:url) end