GoogleCloudRunV2Overrides class

RunJob Overrides that contains Execution fields to be overridden.

Constructors

GoogleCloudRunV2Overrides({List<GoogleCloudRunV2ContainerOverride>? containerOverrides, int? taskCount, String? timeout})
GoogleCloudRunV2Overrides.fromJson(Map json_)

Properties

containerOverrides List<GoogleCloudRunV2ContainerOverride>?
Per container override specification.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taskCount int?
The desired number of tasks the execution should run.
getter/setter pair
timeout String?
Duration in seconds the task may be active before the system will actively try to mark it failed and kill associated containers.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited