Show / Hide Table of Contents

Class RestResource

Inheritance
object
RestResource
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX