Class EnterprisesResource.StructuresResource.RoomsResource.ListRequest
Lists rooms managed by the enterprise.
Inheritance
EnterprisesResource.StructuresResource.RoomsResource.ListRequest
Inherited Members
Namespace: Google.Apis.SmartDeviceManagement.v1
Assembly: Google.Apis.SmartDeviceManagement.v1.dll
Syntax
public class EnterprisesResource.StructuresResource.RoomsResource.ListRequest : SmartDeviceManagementBaseServiceRequest<GoogleHomeEnterpriseSdmV1ListRoomsResponse>, IClientServiceRequest<GoogleHomeEnterpriseSdmV1ListRoomsResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.SmartDeviceManagement.v1.Data.GoogleHomeEnterpriseSdmV1ListRoomsResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.SmartDeviceManagement.v1.Data.GoogleHomeEnterpriseSdmV1ListRoomsResponse>.MethodName
Parent
The parent resource name of the rooms requested. For example: "enterprises/XYZ/structures/ABC".
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.SmartDeviceManagement.v1.Data.GoogleHomeEnterpriseSdmV1ListRoomsResponse>.RestPath
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()
Overrides
SmartDeviceManagementBaseServiceRequest<GoogleHomeEnterpriseSdmV1ListRoomsResponse>.InitParameters()