Enum ProjectsResource.LocationsResource.ReportConfigsResource.ReportsResource.ListRequest.ViewEnum
Determines what information to retrieve for each Report.
Namespace: Google.Apis.MigrationCenterAPI.v1
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public enum ProjectsResource.LocationsResource.ReportConfigsResource.ReportsResource.ListRequest.ViewEnum
Fields
| Name | Description |
|---|---|
| REPORTVIEWBASIC | The report view includes only basic metadata of the Report. Useful for list views. |
| REPORTVIEWFULL | The report view includes all the metadata of the Report. Useful for preview. |
| REPORTVIEWSTANDARD | The report view includes the standard metadata of an report. Useful for detail view. |
| REPORTVIEWUNSPECIFIED | The report view is not specified. The API displays the basic view by default. |