intendedAudience property

  1. @TagNumber.new(11)
String get intendedAudience

Text briefly identifying the intended audience of the API. Changes to this value will not affect the revision.

Implementation

@$pb.TagNumber(11)
$core.String get intendedAudience => $_getSZ(10);
  1. @TagNumber.new(11)
set intendedAudience (String v)

Implementation

@$pb.TagNumber(11)
set intendedAudience($core.String v) {
  $_setString(10, v);
}