GetKnowledgeBaseSummaryURLResponseModel class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

GetKnowledgeBaseSummaryURLResponseModel({required String id, required String name, required KnowledgeBaseDocumentMetadataResponseModel metadata, required bool promptInjectable, required ResourceAccessInfo accessInfo, required List<Object> dependentAgents, required String type, required String url})
const
GetKnowledgeBaseSummaryURLResponseModel.fromJson(Map<String, dynamic> json)
factory

Properties

accessInfo ResourceAccessInfo
final
dependentAgents List<Object>
final
hashCode int
The hash code for this object.
no setteroverride
id String
final
metadata KnowledgeBaseDocumentMetadataResponseModel
final
name String
final
promptInjectable bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
final
url String
final

Methods

copyWith({String? id, String? name, KnowledgeBaseDocumentMetadataResponseModel? metadata, bool? promptInjectable, ResourceAccessInfo? accessInfo, List<Object>? dependentAgents, String? type, String? url}) GetKnowledgeBaseSummaryURLResponseModel

Available on GetKnowledgeBaseSummaryURLResponseModel, provided by the $GetKnowledgeBaseSummaryURLResponseModelExtension extension

copyWithWrapped({Wrapped<String>? id, Wrapped<String>? name, Wrapped<KnowledgeBaseDocumentMetadataResponseModel>? metadata, Wrapped<bool>? promptInjectable, Wrapped<ResourceAccessInfo>? accessInfo, Wrapped<List<Object>>? dependentAgents, Wrapped<String>? type, Wrapped<String>? url}) GetKnowledgeBaseSummaryURLResponseModel

Available on GetKnowledgeBaseSummaryURLResponseModel, provided by the $GetKnowledgeBaseSummaryURLResponseModelExtension 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 GetKnowledgeBaseSummaryURLResponseModel Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(GetKnowledgeBaseSummaryURLResponseModel instance)