Reference documentation and code samples for the Google Cloud Access Approval V1 Client class ResourceProperties.
The properties associated with the resource of the request.
Generated from protobuf message google.cloud.accessapproval.v1.ResourceProperties
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ excludes_descendants |
bool
Whether an approval will exclude the descendants of the resource being requested. |
getExcludesDescendants
Whether an approval will exclude the descendants of the resource being requested.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setExcludesDescendants
Whether an approval will exclude the descendants of the resource being requested.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|