Class: Google::Cloud::SecurityCenter::V1::Folder
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::Folder
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/folder.rb
Overview
Message that contains the resource name and display name of a folder resource.
Instance Attribute Summary collapse
-
#resource_folder ⇒ ::String
Full resource name of this folder.
-
#resource_folder_display_name ⇒ ::String
The user defined display name for this folder.
Instance Attribute Details
#resource_folder ⇒ ::String
Returns Full resource name of this folder. See: https://cloud.google.com/apis/design/resource_names#full_resource_name.
33 34 35 36 |
# File 'proto_docs/google/cloud/securitycenter/v1/folder.rb', line 33 class Folder include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |