Input$UpdateEnvironmentInput class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
Input$UpdateEnvironmentInput({String? clientMutationId, required String environmentId, List<
String> ? reviewers, int? waitTimer}) -
Input$UpdateEnvironmentInput.fromJson(Map<
String, dynamic> json) -
factory
Properties
- clientMutationId → String?
-
final
- environmentId → String
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
-
reviewers
→ List<
String> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- waitTimer → int?
-
final
Methods
-
copyWith(
{String? clientMutationId()?, String? environmentId, List< String> ? reviewers()?, int? waitTimer()?}) → Input$UpdateEnvironmentInput -
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.
override