ContainerSpec class

Container Spec.

Constructors

ContainerSpec({FlexTemplateRuntimeEnvironment? defaultEnvironment, String? image, TemplateMetadata? metadata, SDKInfo? sdkInfo})
ContainerSpec.fromJson(Map _json)

Properties

defaultEnvironment FlexTemplateRuntimeEnvironment?
Default runtime environment for the job.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
image String?
Name of the docker container image.
getter/setter pair
metadata TemplateMetadata?
Metadata describing a template including description and validation rules.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdkInfo SDKInfo?
SDK info of the Flex Template.
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