Build class

Build information of the Instance if it's in ACTIVE state.

Constructors

Build({String? commitId, String? commitTime, String? repo})
Build.fromJson(Map json_)

Properties

commitId String?
Commit ID of the latest commit in the build.
getter/setter pair
commitTime String?
Commit time of the latest commit in the build.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
repo String?
Path of the open source repository: github.com/apigee/registry.
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