Show / Hide Table of Contents

Class EnterprisesResource.StructuresResource

The "structures" collection of methods.

Inheritance
object
EnterprisesResource.StructuresResource
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.StructuresResource

Constructors

StructuresResource(IClientService)

Constructs a new resource.

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

Properties

Rooms

Gets the Rooms resource.

Declaration
public virtual EnterprisesResource.StructuresResource.RoomsResource Rooms { get; }
Property Value
Type Description
EnterprisesResource.StructuresResource.RoomsResource

Methods

Get(string)

Gets a structure managed by the enterprise.

Declaration
public virtual EnterprisesResource.StructuresResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

The name of the structure requested. For example: "enterprises/XYZ/structures/ABC".

Returns
Type Description
EnterprisesResource.StructuresResource.GetRequest

List(string)

Lists structures managed by the enterprise.

Declaration
public virtual EnterprisesResource.StructuresResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

The parent enterprise to list structures under. E.g. "enterprises/XYZ".

Returns
Type Description
EnterprisesResource.StructuresResource.ListRequest
In this article
Back to top Generated by DocFX