TargetRender class

Details of rendering for a single target.

Constructors

TargetRender({String? failureCause, String? failureMessage, RenderMetadata? metadata, String? renderingBuild, String? renderingState})
TargetRender.fromJson(Map json_)

Properties

failureCause String?
Reason this render failed.
getter/setter pair
failureMessage String?
Additional information about the render failure, if available.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
metadata RenderMetadata?
Metadata related to the Release render for this Target.
getter/setter pair
renderingBuild String?
The resource name of the Cloud Build Build object that is used to render the manifest for this target.
getter/setter pair
renderingState String?
Current state of the render operation for this Target.
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