AppHostingBuildSourceCodebaseAuthorArgs

data class AppHostingBuildSourceCodebaseAuthorArgs(val displayName: Output<String>? = null, val email: Output<String>? = null, val imageUri: Output<String>? = null) : ConvertibleToJava<AppHostingBuildSourceCodebaseAuthorArgs>

Constructors

Link copied to clipboard
constructor(displayName: Output<String>? = null, email: Output<String>? = null, imageUri: Output<String>? = null)

Properties

Link copied to clipboard
val displayName: Output<String>? = null

The 'name' field in a Git user's git.config. Required by Git.

Link copied to clipboard
val email: Output<String>? = null

The 'email' field in a Git user's git.config, if available.

Link copied to clipboard
val imageUri: Output<String>? = null

The URI of an image file associated with the user's account in an external source control provider, if available.

Functions

Link copied to clipboard
open override fun toJava(): AppHostingBuildSourceCodebaseAuthorArgs