files property

List<String>? files
getter/setter pair

The files that belong to this attachment.

If the file ID part contains slashes, they are escaped. E.g. projects/p1/locations/us-central1/repositories/repo1/files/sha:.

Required.

Implementation

core.List<core.String>? files;