Class: Google::Logging::V2::DeleteExclusionRequest
- Inherits:
-
Object
- Object
- Google::Logging::V2::DeleteExclusionRequest
- Defined in:
- lib/google/cloud/logging/v2/doc/google/logging/v2/logging_config.rb
Overview
The parameters to +DeleteExclusion+.
Instance Attribute Summary collapse
-
#name ⇒ String
Required.
Instance Attribute Details
#name ⇒ String
Returns Required. The resource name of an existing exclusion to delete:
"projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]"
"organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]"
"billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]"
"folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]"
Example: +"projects/my-project-id/exclusions/my-exclusion-id"+.
393 |
# File 'lib/google/cloud/logging/v2/doc/google/logging/v2/logging_config.rb', line 393 class DeleteExclusionRequest; end |