xmlSource property

FileReference? xmlSource
getter/setter pair

If this test suite was parsed from XML, this is the URI where the original XML file is stored.

Note: Multiple test suites can share the same xml_source Returns INVALID_ARGUMENT if the uri format is not supported. - In create/response: optional - In update request: never

Implementation

FileReference? xmlSource;