BuildApproval class

BuildApproval describes a build's approval configuration, state, and result.

Constructors

BuildApproval({ApprovalConfig? config, ApprovalResult? result, String? state})
BuildApproval.fromJson(Map json_)

Properties

config ApprovalConfig?
Configuration for manual approval of this build.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
result ApprovalResult?
Result of manual approval for this Build.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The state of this build's approval.
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