type property
The type of the object (TREE, BLOB, COMMIT).
Output-only.
Output only. Possible string values are:
- "OBJECT_TYPE_UNSPECIFIED" : Default value, indicating the object type is unspecified.
- "TREE" : Represents a directory (folder).
- "BLOB" : Represents a file (contains file data).
- "COMMIT" : Represents a pointer to another repository (submodule).
Implementation
core.String? type;