endpointPrefix property

String? endpointPrefix
final

The endpoint prefix for the service.

This value is not unique across services and it can change at any time. Therefore it MUST NOT be used to generate class names, namespaces, or for any other purpose that requires a static, unique identifier. The sdkId property should be used for those purposes.

Implementation

final String? endpointPrefix;