externalChannelUri property
The address of the external channel of the API (e.g., the Developer Portal). Changes to this value will not affect the revision.
Implementation
@$pb.TagNumber(10)
$core.String get externalChannelUri => $_getSZ(9);
Implementation
@$pb.TagNumber(10)
set externalChannelUri($core.String v) {
$_setString(9, v);
}