Show / Hide Table of Contents

Class ForecastResource

The "forecast" collection of methods.

Inheritance
object
ForecastResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AirQuality.v1
Assembly: Google.Apis.AirQuality.v1.dll
Syntax
public class ForecastResource

Constructors

ForecastResource(IClientService)

Constructs a new resource.

Declaration
public ForecastResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Lookup(LookupForecastRequest)

Returns air quality forecast for a specific location for a given time range.

Declaration
public virtual ForecastResource.LookupRequest Lookup(LookupForecastRequest body)
Parameters
Type Name Description
LookupForecastRequest body

The body of the request.

Returns
Type Description
ForecastResource.LookupRequest
In this article
Back to top Generated by DocFX