parent property
Required. The parent resource in which to create the exclusion:
"projects/[PROJECT_ID]"
"organizations/[ORGANIZATION_ID]"
"billingAccounts/[BILLING_ACCOUNT_ID]"
"folders/[FOLDER_ID]"
For examples:
"projects/my-logging-project"
"organizations/123456789"
Implementation
@$pb.TagNumber(1)
$core.String get parent => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set parent($core.String value) => $_setString(0, value);