accessGuidance property

  1. @TagNumber(12)
String get accessGuidance

Text briefly describing how to access the endpoint. Changes to this value will not affect the revision.

Implementation

@$pb.TagNumber(12)
$core.String get accessGuidance => $_getSZ(11);
  1. @TagNumber(12)
set accessGuidance (String v)

Implementation

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