Show / Hide Table of Contents

Class RestDescription.EndpointsData

A list of location-based endpoint objects for this API. Each object contains the endpoint URL, location, description and deprecation status.

Inheritance
object
RestDescription.EndpointsData
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 RestDescription.EndpointsData

Properties

Deprecated

Whether this endpoint is deprecated

Declaration
[JsonProperty("deprecated")]
public virtual bool? Deprecated { get; set; }
Property Value
Type Description
bool?

Description

A string describing the host designated by the URL

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

EndpointUrl

The URL of the endpoint target host

Declaration
[JsonProperty("endpointUrl")]
public virtual string EndpointUrl { get; set; }
Property Value
Type Description
string

Location

The location of the endpoint

Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX