Class OrganizationsResource.SearchRequest
Searches Organization resources that are visible to the user and satisfy the specified filter. This method
returns Organizations in an unspecified order. New Organizations do not necessarily appear at the end of the
results. Search will only return organizations on which the user has the permission
resourcemanager.organizations.get or has super admin privileges.
Inheritance
OrganizationsResource.SearchRequest
Inherited Members
Namespace: Google.Apis.CloudResourceManager.v1
Assembly: Google.Apis.CloudResourceManager.v1.dll
Syntax
public class OrganizationsResource.SearchRequest : CloudResourceManagerBaseServiceRequest<SearchOrganizationsResponse>, IClientServiceRequest<SearchOrganizationsResponse>, IClientServiceRequest
Constructors
SearchRequest(IClientService, SearchOrganizationsRequest)
Constructs a new Search request.
Declaration
public SearchRequest(IClientService service, SearchOrganizationsRequest body)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| SearchOrganizationsRequest | body |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes Search parameter list.
Declaration
protected override void InitParameters()