Class ListSettingsRequest (1.3.1)

ListSettingsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request for ListSettings.

Attributes

NameDescription
parent str
Required. The Cloud resource that parents the setting. Must be in one of the following forms: - ``projects/{project_number}`` - ``projects/{project_id}`` - ``folders/{folder_id}`` - ``organizations/{organization_id}``
page_size int
Unused. The size of the page to be returned.
page_token str
Unused. A page token used to retrieve the next page.
view google.cloud.resourcesettings_v1.types.SettingView
The SettingView for this request.

Inheritance

builtins.object > proto.message.Message > ListSettingsRequest