Deployments class
Represents a collection resource that contains zero or more references to your existing deployments, and links that guide you on how to interact with your collection. The collection offers a paginated view of the contained deployments.
To create a new deployment of a RestApi, make a
POST
request against this resource. To view, update, or delete
an existing deployment, make a GET
, PATCH
, or
DELETE
request, respectively, on a specified Deployment
resource.Constructors
-
Deployments({List<
Deployment> ? items, String? position}) -
Deployments.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
items
→ List<
Deployment> ? -
The current page of elements from this collection.
final
- position → String?
-
final
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited