google_api_cloud_resource_manager v0.4.0 GoogleApi.CloudResourceManager.V1.Model.SearchOrganizationsRequest View Source
The request sent to the `SearchOrganizations` method.
Attributes
- filter (String.t): An optional query string used to filter the Organizations to return in the response. Filter rules are case-insensitive. Organizations may be filtered by `owner.directoryCustomerId` or by `domain`, where the domain is a G Suite domain, for example: |Filter|Description| |------|-----------| |owner.directorycustomerid:123456789|Organizations with `owner.directory_customer_id` equal to `123456789`.| |domain:google.com|Organizations corresponding to the domain `google.com`.| This field is optional. Defaults to:
null
. - pageSize (integer()): The maximum number of Organizations to return in the response. This field is optional. Defaults to:
null
. - pageToken (String.t): A pagination token returned from a previous call to `SearchOrganizations` that indicates from where listing should continue. This field is optional. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.