Class: Google::Cloud::Compute::V1::HelpLink

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

Describes a URL link.

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns Describes what the link offers.

Returns:

  • (::String)

    Describes what the link offers.



11521
11522
11523
11524
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11521

class HelpLink
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#url::String

Returns The URL of the link.

Returns:

  • (::String)

    The URL of the link.



11521
11522
11523
11524
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11521

class HelpLink
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end