ExportAppRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for AgentService.ExportApp.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Required. The resource name of the app to export. |
export_format |
google.cloud.ces_v1beta.types.ExportAppRequest.ExportFormat
Required. The format to export the app in. |
gcs_uri |
str
Optional. The `Google Cloud Storage |
app_version |
str
Optional. The resource name of the app version to export. Format: projects/{project}/locations/{location}/apps/{app}/versions/{version}.
|
Classes
ExportFormat
ExportFormat(value)Export format for the app.