Show / Hide Table of Contents

Class DirectoryList.ItemsData

The individual directory entries. One entry per api/version pair.

Inheritance
object
DirectoryList.ItemsData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Discovery.v1.Data
Assembly: Google.Apis.Discovery.v1.dll
Syntax
public class DirectoryList.ItemsData

Properties

Description

The description of this API.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

DiscoveryLink

A link to the discovery document.

Declaration
[JsonProperty("discoveryLink")]
public virtual string DiscoveryLink { get; set; }
Property Value
Type Description
string

DiscoveryRestUrl

The URL for the discovery REST document.

Declaration
[JsonProperty("discoveryRestUrl")]
public virtual string DiscoveryRestUrl { get; set; }
Property Value
Type Description
string

DocumentationLink

A link to human readable documentation for the API.

Declaration
[JsonProperty("documentationLink")]
public virtual string DocumentationLink { get; set; }
Property Value
Type Description
string

Icons

Links to 16x16 and 32x32 icons representing the API.

Declaration
[JsonProperty("icons")]
public virtual DirectoryList.ItemsData.IconsData Icons { get; set; }
Property Value
Type Description
DirectoryList.ItemsData.IconsData

Id

The id of this API.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

Kind

The kind for this response.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

Labels

Labels for the status of this API, such as labs or deprecated.

Declaration
[JsonProperty("labels")]
public virtual IList<string> Labels { get; set; }
Property Value
Type Description
IList<string>

Name

The name of the API.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Preferred

True if this version is the preferred version to use.

Declaration
[JsonProperty("preferred")]
public virtual bool? Preferred { get; set; }
Property Value
Type Description
bool?

Title

The title of this API.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
string

Version

The version of the API.

Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX