Show / Hide Table of Contents

Class EnterprisesResource.StructuresResource.RoomsResource

The "rooms" collection of methods.

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

Constructors

RoomsResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Gets a room managed by the enterprise.

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

The name of the room requested. For example: "enterprises/XYZ/structures/ABC/rooms/123".

Returns
Type Description
EnterprisesResource.StructuresResource.RoomsResource.GetRequest

List(string)

Lists rooms managed by the enterprise.

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

The parent resource name of the rooms requested. For example: "enterprises/XYZ/structures/ABC".

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