CreateBuildRequest class

Constructors

CreateBuildRequest({required String apiKey, required String versionControlProvider, required String repository, required String actor, required String branch, required String sha, required String? mergedResultSha, required List<UseCaseMetadata> useCases, required AddonsConfigs? addonsConfigs, required int size, required String? hash})
const

Properties

actor String
final
addonsConfigs AddonsConfigs?
final
apiKey String
final
branch String
final
hash String?
final
hashCode int
The hash code for this object.
no setterinherited
mergedResultSha String?
final
repository String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sha String
final
size int
final
useCases List<UseCaseMetadata>
final
versionControlProvider String
final

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