policyId property

  1. @TagNumber.new(3)
String get policyId

The ID to use for this policy, which will become the final component of the policy's resource name. The ID must contain 3 to 63 characters. It can contain lowercase letters and numbers, as well as dashes (-) and periods (.). The first character must be a lowercase letter.

Implementation

@$pb.TagNumber(3)
$core.String get policyId => $_getSZ(2);
  1. @TagNumber.new(3)
set policyId (String value)

Implementation

@$pb.TagNumber(3)
set policyId($core.String value) => $_setString(2, value);