Class AppVersion (0.3.0)

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

In Customer Engagement Suite (CES), an app version is a snapshot of the app at a specific point in time. It is immutable and cannot be modified once created.

Attributes

Name Description
name str
Identifier. The unique identifier of the app version. Format: projects/{project}/locations/{location}/apps/{app}/versions/{version}
display_name str
Optional. The display name of the app version.
description str
Optional. The description of the app version.
creator str
Output only. Email of the user who created the app version.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when the app version was created.
snapshot google.cloud.ces_v1.types.AppSnapshot
Output only. The snapshot of the app when the version is created.
etag str
Output only. Etag used to ensure the object hasn't changed during a read-modify-write operation. If the etag is empty, the update will overwrite any concurrent changes.