Class: Google::Cloud::Asset::V1::ResourceOwners
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::ResourceOwners
- 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
-
#resource_owners ⇒ ::Array<::String>
List of resource owners.
Instance Attribute Details
#resource_owners ⇒ ::Array<::String>
Returns 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 |