CreateAppVersionRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for AgentService.CreateAppVersion
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The resource name of the app to create an app version in. |
app_version_id |
str
Optional. The ID to use for the app version, which will become the final component of the app version's resource name. If not provided, a unique ID will be automatically assigned for the app version. |
app_version |
google.cloud.ces_v1.types.AppVersion
Required. The app version to create. |