downloadUrl property

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

The URL at which you can download the report. To download, you must authenticate your GET request with your API credentials.

Implementation

@BuiltValueField(wireName: r'downloadUrl')
String get downloadUrl;