History Args
data class HistoryArgs(val displayName: Output<String>? = null, val historyId: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val requestId: Output<String>? = null, val testPlatform: Output<HistoryTestPlatform>? = null) : ConvertibleToJava<HistoryArgs>
Creates a History. The returned History will have the id set. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write to project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the containing project does not exist Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.
Properties
Link copied to clipboard
A short human-readable (plain text) name to display in the UI. Maximum of 100 characters. - In response: present if set during create. - In create request: optional
Link copied to clipboard
The platform of the test history. - In response: always set. Returns the platform of the last execution if unknown.