ExternalDocumentationObjectV2 class
External documentation object representing additional external documentation.
- Inheritance
-
- Object
- OpenApiObject<
Map< String, dynamic> > - ExternalDocumentationObjectV2
Constructors
-
ExternalDocumentationObjectV2({required String url, String? description, Map<
String, dynamic> ? extensions}) - Creates an ExternalDocumentationObjectV2 with the given parameters.
- ExternalDocumentationObjectV2.fromMap(Map map)
-
Creates an ExternalDocumentationObjectV2 from a map.
factory
Properties
- description → String?
-
A brief description of the external documentation.
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
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url → String
-
The URL of the external documentation.
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