Class: Google::Cloud::Asset::V1::ResourceOwners

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

Overview

The resource owners information.

Instance Attribute Summary collapse

Instance Attribute Details

#resource_owners::Array<::String>

Returns List of resource owners.

Returns:

  • (::Array<::String>)

    List of resource owners.



28
29
30
31
# File 'proto_docs/google/cloud/asset/v1/asset_enrichment_resourceowners.rb', line 28

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