Class RestDescription.EndpointsData
A list of location-based endpoint objects for this API. Each object contains the endpoint URL, location, description and deprecation status.
Inherited Members
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 |