GoogleApi.CloudResourceManager.V1.Model.SearchOrganizationsRequest (google_api_cloud_resource_manager v0.44.1)
View SourceThe request sent to the SearchOrganizations method.
Attributes
-
filter(type:String.t, default:nil) - An optional query string used to filter the Organizations to return in the response. Filter rules are case-insensitive. Organizations may be filtered byowner.directoryCustomerIdor bydomain, where the domain is a verified G Suite domain, for example: Filterowner.directorycustomerid:123456789returns Organization resources withowner.directory_customer_idequal to123456789. Filterdomain:google.comreturns Organization resources corresponding to the domaingoogle.com. This field is optional. -
pageSize(type:integer(), default:nil) - The maximum number of Organizations to return in the response. The server can return fewer organizations than requested. If unspecified, server picks an appropriate default. -
pageToken(type:String.t, default:nil) - A pagination token returned from a previous call toSearchOrganizationsthat indicates from where listing should continue. This field is optional.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.