Class DirectoryList
Implements
Inherited Members
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 |