Class ListStudiesRequest (1.0.1)

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

Request message for VizierService.ListStudies.

Attributes

NameDescription
parent str
Required. The resource name of the Location to list the Study from. Format: ``projects/{project}/locations/{location}``
page_token str
Optional. A page token to request the next page of results. If unspecified, there are no subsequent pages.
page_size int
Optional. The maximum number of studies to return per "page" of results. If unspecified, service will pick an appropriate default.

Inheritance

builtins.object > proto.message.Message > ListStudiesRequest