Class: Google::Apis::ComputeAlpha::Help
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::Help
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb
Overview
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.
Instance Attribute Summary collapse
-
#links ⇒ Array<Google::Apis::ComputeAlpha::HelpLink>
URL(s) pointing to additional information on handling the current error.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Help
constructor
A new instance of Help.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Help
Returns a new instance of Help.
13153 13154 13155 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 13153 def initialize(**args) update!(**args) end |
Instance Attribute Details
#links ⇒ Array<Google::Apis::ComputeAlpha::HelpLink>
URL(s) pointing to additional information on handling the current error.
Corresponds to the JSON property links
13151 13152 13153 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 13151 def links @links end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13158 13159 13160 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 13158 def update!(**args) @links = args[:links] if args.key?(:links) end |