Class: Google::Cloud::ApiHub::V1::AttributeValues::StringAttributeValues

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

Overview

The attribute values of data type string or JSON.

Instance Attribute Summary collapse

Instance Attribute Details

#values::Array<::String>

Returns Required. The attribute values in case attribute data type is string or JSON.

Returns:

  • (::Array<::String>)

    Required. The attribute values in case attribute data type is string or JSON.



881
882
883
884
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 881

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