Class RestResource
Implements
Inherited Members
Namespace: Google.Apis.Discovery.v1.Data
Assembly: Google.Apis.Discovery.v1.dll
Syntax
public class RestResource : IDirectResponseSchema
Properties
Deprecated
Whether this resource is deprecated.
Declaration
[JsonProperty("deprecated")]
public virtual bool? Deprecated { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
Methods on this resource.
Declaration
[JsonProperty("methods")]
public virtual IDictionary<string, RestMethod> Methods { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, RestMethod> |
Resources
Sub-resources on this resource.
Declaration
[JsonProperty("resources")]
public virtual IDictionary<string, RestResource> Resources { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, RestResource> |