Get Workflow Result
data class GetWorkflowResult(val acr: ACRResponse? = null, val aksResourceId: String? = null, val authStatus: String, val branchName: String? = null, val deploymentProperties: DeploymentPropertiesResponse? = null, val dockerBuildContext: String? = null, val dockerfile: String? = null, val id: String, val lastWorkflowRun: WorkflowRunResponse? = null, val location: String, val name: String, val namespace: String? = null, val oidcCredentials: GitHubWorkflowProfileResponseOidcCredentials? = null, val prStatus: String, val prURL: String, val pullNumber: Int, val repositoryName: String? = null, val repositoryOwner: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Resource representation of a workflow
Constructors
Link copied to clipboard
fun GetWorkflowResult(acr: ACRResponse? = null, aksResourceId: String? = null, authStatus: String, branchName: String? = null, deploymentProperties: DeploymentPropertiesResponse? = null, dockerBuildContext: String? = null, dockerfile: String? = null, id: String, lastWorkflowRun: WorkflowRunResponse? = null, location: String, name: String, namespace: String? = null, oidcCredentials: GitHubWorkflowProfileResponseOidcCredentials? = null, prStatus: String, prURL: String, pullNumber: Int, repositoryName: String? = null, repositoryOwner: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard