Class: Google::Cloud::AccessApproval::V1::ResourceProperties
- Inherits:
-
Object
- Object
- Google::Cloud::AccessApproval::V1::ResourceProperties
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/accessapproval/v1/accessapproval.rb
Overview
The properties associated with the resource of the request.
Instance Attribute Summary collapse
-
#excludes_descendants ⇒ ::Boolean
Whether an approval will exclude the descendants of the resource being requested.
Instance Attribute Details
#excludes_descendants ⇒ ::Boolean
Returns Whether an approval will exclude the descendants of the resource being requested.
166 167 168 169 |
# File 'proto_docs/google/cloud/accessapproval/v1/accessapproval.rb', line 166 class ResourceProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |