apiEndpoint property

  1. @TagNumber.new(20)
String get apiEndpoint

Output only. Endpoint on which the REST APIs is accessible.

Implementation

@$pb.TagNumber(20)
$core.String get apiEndpoint => $_getSZ(19);
  1. @TagNumber.new(20)
set apiEndpoint (String v)

Implementation

@$pb.TagNumber(20)
set apiEndpoint($core.String v) {
  $_setString(19, v);
}