parent property
The resource name of the consumer.
A valid name would be:
- projects/123
Implementation
@$pb.TagNumber(5)
$core.String get parent => $_getSZ(3);
Implementation
@$pb.TagNumber(5)
set parent($core.String value) => $_setString(3, value);