App Hosting Build Source Codebase Args
data class AppHostingBuildSourceCodebaseArgs(val authors: Output<List<AppHostingBuildSourceCodebaseAuthorArgs>>? = null, val branch: Output<String>? = null, val commit: Output<String>? = null, val commitMessage: Output<String>? = null, val commitTime: Output<String>? = null, val displayName: Output<String>? = null, val hash: Output<String>? = null, val uri: Output<String>? = null) : ConvertibleToJava<AppHostingBuildSourceCodebaseArgs>
Constructors
Link copied to clipboard
constructor(authors: Output<List<AppHostingBuildSourceCodebaseAuthorArgs>>? = null, branch: Output<String>? = null, commit: Output<String>? = null, commitMessage: Output<String>? = null, commitTime: Output<String>? = null, displayName: Output<String>? = null, hash: Output<String>? = null, uri: Output<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.