LinkObjectV3 class

Link object representing a link in a response.

Inheritance

Constructors

LinkObjectV3({String? operationRef, String? operationId, Map<String, OpenApiObject<Map>>? parameters, Object? requestBody, String? description, ServerObjectV3? server, Map<String, dynamic>? extensions})
Creates a LinkObjectV3 with the given parameters.
LinkObjectV3.fromMap(Map data)
Creates a LinkObjectV3 from a map.
factory

Properties

description String?
A description of the link.
final
extensions Map<String, dynamic>?
Vendor-specific extension fields (x-*) merged into the object.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
operationId String?
The ID of an operation in the OpenAPI document.
final
operationRef String?
A reference to an operation in the OpenAPI document.
final
parameters Map<String, OpenApiObject<Map>>?
A map of parameters for the link.
final
requestBody Object?
A request body for the link.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
server ServerObjectV3?
A server object for the link.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Converts the OpenApiObject to a map.
override
toString() String
A string representation of this object.
inherited

Operators

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