class Google::Apis::ComputeV1::Help
Provides links to documentation or for performing an out of band action. For example, if a quota check failed with an error indicating the calling project hasn't enabled the accessed service, this can contain a URL pointing directly to the right place in the developer console to flip the bit.
Attributes
links[RW]
URL(s) pointing to additional information on handling the current error. Corresponds to the JSON property `links` @return [Array<Google::Apis::ComputeV1::HelpLink>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 10732 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/compute_v1/classes.rb, line 10737 def update!(**args) @links = args[:links] if args.key?(:links) end