content property

String? content
getter/setter pair

Input only.

Represents the exact, literal, and complete source code of the file. Placeholders like ... or comments such as # [rest of code] should NEVER be used as omission. Every character in this field will be built into the final container. Any omission will result in a broken application.

Required.

Implementation

core.String? content;