App Hosting Build Source Codebase
data class AppHostingBuildSourceCodebase(val authors: List<AppHostingBuildSourceCodebaseAuthor>? = null, val branch: String? = null, val commit: String? = null, val commitMessage: String? = null, val commitTime: String? = null, val displayName: String? = null, val hash: String? = null, val uri: String? = null)
Properties
Link copied to clipboard
(Output) Version control metadata for a user associated with a resolved codebase. Currently assumes a Git user. Structure is documented below.
Link copied to clipboard
(Output) The message of a codebase change.
Link copied to clipboard
(Output) The time the change was made.
Link copied to clipboard
Human-readable name. 63 character limit.