DependentAvailableAgentToolIdentifier class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
-
DependentAvailableAgentToolIdentifier({required String agentId, required String agentName, required List<
String> usedBy, String? type, required int createdAtUnixSecs, required DependentAvailableAgentToolIdentifierAccessLevel accessLevel}) -
const
-
DependentAvailableAgentToolIdentifier.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accessLevel → DependentAvailableAgentToolIdentifierAccessLevel
-
final
- agentId → String
-
final
- agentName → String
-
final
- createdAtUnixSecs → int
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String?
-
final
-
usedBy
→ List<
String> -
final
Methods
-
copyWith(
{String? agentId, String? agentName, List< String> ? usedBy, String? type, int? createdAtUnixSecs, DependentAvailableAgentToolIdentifierAccessLevel? accessLevel}) → DependentAvailableAgentToolIdentifier -
Available on DependentAvailableAgentToolIdentifier, provided by the $DependentAvailableAgentToolIdentifierExtension extension
-
copyWithWrapped(
{Wrapped< String> ? agentId, Wrapped<String> ? agentName, Wrapped<List< ? usedBy, Wrapped<String> >String?> ? type, Wrapped<int> ? createdAtUnixSecs, Wrapped<DependentAvailableAgentToolIdentifierAccessLevel> ? accessLevel}) → DependentAvailableAgentToolIdentifier -
Available on DependentAvailableAgentToolIdentifier, provided by the $DependentAvailableAgentToolIdentifierExtension extension
-
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const DependentAvailableAgentToolIdentifier Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(DependentAvailableAgentToolIdentifier instance)