Show / Hide Table of Contents

Class RestResource

Inheritance
System.Object
RestResource
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 RestResource : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Methods

Methods on this resource.

Declaration
[JsonProperty("methods")]
public virtual IDictionary<string, RestMethod> Methods { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, RestMethod>

Resources

Sub-resources on this resource.

Declaration
[JsonProperty("resources")]
public virtual IDictionary<string, RestResource> Resources { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, RestResource>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top