Show / Hide Table of Contents

Class EnterprisesResource

The "enterprises" collection of methods.

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

Constructors

EnterprisesResource(IClientService)

Constructs a new resource.

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

Properties

Devices

Gets the Devices resource.

Declaration
public virtual EnterprisesResource.DevicesResource Devices { get; }
Property Value
Type Description
EnterprisesResource.DevicesResource

Structures

Gets the Structures resource.

Declaration
public virtual EnterprisesResource.StructuresResource Structures { get; }
Property Value
Type Description
EnterprisesResource.StructuresResource
In this article
Back to top Generated by DocFX