destinationAddresses property

  1. @BuiltValueField(wireName: r'destination_addresses')
BuiltList<String>? get destinationAddresses

An array of addresses as returned by the API from your original request. As with origin_addresses, these are localized if appropriate. This content is meant to be read as-is. Do not programatically parse the formatted addresses.

Implementation

@BuiltValueField(wireName: r'destination_addresses')
BuiltList<String>? get destinationAddresses;