Show / Hide Table of Contents

Class ResourcesResource

The "resources" collection of methods.

Inheritance
object
ResourcesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
In this article
Back to top Generated by DocFX