Show / Hide Table of Contents

Class StatsResource.SessionResource

The "session" collection of methods.

Inheritance
System.Object
StatsResource.SessionResource
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.CloudSearch.v1
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class SessionResource

Constructors

SessionResource(IClientService)

Constructs a new resource.

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

Properties

Searchapplications

Gets the Searchapplications resource.

Declaration
public virtual StatsResource.SessionResource.SearchapplicationsResource Searchapplications { get; }
Property Value
Type Description
StatsResource.SessionResource.SearchapplicationsResource
Back to top