Class: Google::Cloud::CloudSecurityCompliance::V1::StringList

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

Overview

A list of strings for the parameter value.

Instance Attribute Summary collapse

Instance Attribute Details

#values::Array<::String>

Returns Required. The strings in the list.

Returns:

  • (::Array<::String>)

    Required. The strings in the list.



332
333
334
335
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/common.rb', line 332

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