Show / Hide Table of Contents

Class DirectoryList

Inheritance
System.Object
DirectoryList
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.Collections.Generic.IList<DirectoryList.ItemsData>

Kind

The kind for this response.

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

Implements

Google.Apis.Requests.IDirectResponseSchema
Back to top