TriggerDryRunResult¶
-
class
oci.devops.models.
TriggerDryRunResult
(**kwargs)¶ Bases:
object
Details about helm diff command execution.
Methods
__init__
(**kwargs)Initializes a new TriggerDryRunResult object with values from keyword arguments. Attributes
deployment_id
[Required] Gets the deployment_id of this TriggerDryRunResult. -
__init__
(**kwargs)¶ Initializes a new TriggerDryRunResult object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: deployment_id (str) – The value to assign to the deployment_id property of this TriggerDryRunResult.
-
deployment_id
¶ [Required] Gets the deployment_id of this TriggerDryRunResult. Helm Diff Deployment OCID
Returns: The deployment_id of this TriggerDryRunResult. Return type: str
-