Show / Hide Table of Contents

Class ResourcesResource

The "resources" collection of methods.

Inheritance
System.Object
ResourcesResource
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.Admin.Directory.directory_v1
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class ResourcesResource

Constructors

ResourcesResource(IClientService)

Constructs a new resource.

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

Properties

Buildings

Gets the Buildings resource.

Declaration
public virtual ResourcesResource.BuildingsResource Buildings { get; }
Property Value
Type Description
ResourcesResource.BuildingsResource

Calendars

Gets the Calendars resource.

Declaration
public virtual ResourcesResource.CalendarsResource Calendars { get; }
Property Value
Type Description
ResourcesResource.CalendarsResource

Features

Gets the Features resource.

Declaration
public virtual ResourcesResource.FeaturesResource Features { get; }
Property Value
Type Description
ResourcesResource.FeaturesResource
Back to top