DeleteBuildBatchOutput class
Constructors
-
DeleteBuildBatchOutput({List<
String> ? buildsDeleted, List<BuildNotDeleted> ? buildsNotDeleted, String? statusCode}) -
DeleteBuildBatchOutput.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
buildsDeleted
→ List<
String> ? -
An array of strings that contain the identifiers of the builds that were
deleted.
final
-
buildsNotDeleted
→ List<
BuildNotDeleted> ? -
An array of
BuildNotDeleted
objects that specify the builds that could not be deleted.final - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- statusCode → String?
-
The status code.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited