intendedAudience property
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);
Implementation
@$pb.TagNumber(11)
set intendedAudience($core.String v) { $_setString(10, v); }