livePrefix property

  1. @BuiltValueField.new(wireName: r'livePrefix')
String? get livePrefix

The unique live URL prefix for your live endpoint. Each data center has its own live URL prefix. This field is empty for requests made in the test environment.

Implementation

@BuiltValueField(wireName: r'livePrefix')
String? get livePrefix;