ImageOccurrence class

Details of the derived image portion of the DockerImage relationship.

This image would be produced from a Dockerfile with FROM .

Constructors

ImageOccurrence({String? baseResourceUrl, int? distance, Fingerprint? fingerprint, List<Layer>? layerInfo})
ImageOccurrence.fromJson(Map _json)

Properties

baseResourceUrl String?
This contains the base image URL for the derived image occurrence.
getter/setter pair
distance int?
The number of layers by which this image differs from the associated image basis.
getter/setter pair
fingerprint Fingerprint?
The fingerprint of the derived image.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
layerInfo List<Layer>?
This contains layer-specific metadata, if populated it has length "distance" and is ordered with [distance] being the layer immediately following the base image and [1] being the final layer.
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