Method: Google::Apis::RunV2::GoogleCloudRunV2Execution#failed_count
- Defined in:
- lib/google/apis/run_v2/classes.rb
#failed_count ⇒ Fixnum
Output only. The number of tasks which reached phase Failed.
Corresponds to the JSON property failedCount
484 485 486 |
# File 'lib/google/apis/run_v2/classes.rb', line 484 def failed_count @failed_count end |