GoogleCloudRunV2ContainerOverride class
Per-container override specification.
Constructors
-
GoogleCloudRunV2ContainerOverride({List<
String> ? args, bool? clearArgs, List<GoogleCloudRunV2EnvVar> ? env, String? name}) - GoogleCloudRunV2ContainerOverride.fromJson(Map json_)
Properties
-
args
↔ List<
String> ? -
Arguments to the entrypoint.
getter/setter pair
- clearArgs ↔ bool?
-
True if the intention is to clear out existing args list.
getter/setter pair
-
env
↔ List<
GoogleCloudRunV2EnvVar> ? -
List of environment variables to set in the container.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The name of the container specified as a DNS_LABEL.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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