Show / Hide Table of Contents

Class DirectoryList

Inheritance
object
DirectoryList
Implements
IDirectResponseSchema
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 : IDirectResponseSchema

Properties

DiscoveryVersion

Indicate the version of the Discovery API used to generate this doc.

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

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Items

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

Declaration
[JsonProperty("items")]
public virtual IList<DirectoryList.ItemsData> Items { get; set; }
Property Value
Type Description
IList<DirectoryList.ItemsData>

Kind

The kind for this response.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX