location property

String? location
getter/setter pair

Location of the error, as specified by the location type.

If location_type is PATH, this should be a path to a field that's relative to the request, using FieldPath notation (net/proto2/util/public/field_path.h). Examples: authenticated_user.gaia_id resource.address[2].country

Implementation

core.String? location;