DirectoryListItems class

Constructors

DirectoryListItems({String? description, String? discoveryLink, String? discoveryRestUrl, String? documentationLink, DirectoryListItemsIcons? icons, String? id, String? kind, List<String>? labels, String? name, bool? preferred, String? title, String? version})
DirectoryListItems.fromJson(Map json_)

Properties

description String?
The description of this API.
getter/setter pair
A link to the discovery document.
getter/setter pair
discoveryRestUrl String?
The URL for the discovery REST document.
getter/setter pair
A link to human readable documentation for the API.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icons DirectoryListItemsIcons?
Links to 16x16 and 32x32 icons representing the API.
getter/setter pair
id String?
The id of this API.
getter/setter pair
kind String?
The kind for this response.
getter/setter pair
labels List<String>?
Labels for the status of this API, such as labs or deprecated.
getter/setter pair
name String?
The name of the API.
getter/setter pair
preferred bool?
True if this version is the preferred version to use.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
The title of this API.
getter/setter pair
version String?
The version of the API.
getter/setter pair

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