EndpointBatchRequest class

Specifies a batch of endpoints to create or update and the settings and attributes to set or change for each endpoint.

Constructors

EndpointBatchRequest({required List<EndpointBatchItem> item})

Properties

hashCode int
The hash code for this object.
no setterinherited
item List<EndpointBatchItem>
An array that defines the endpoints to create or update and, for each endpoint, the property values to set or change. An array can contain a maximum of 100 items.
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited