id property

String? id
getter/setter pair

The globally unique, Google-assigned identifier of the Google Analytics property associated with the specified FirebaseProject.

If you called [AddGoogleAnalytics](../../v1beta1/projects/addGoogleAnalytics) to link the FirebaseProject with a Google Analytics account, the value in this id field is the same as the ID of the property either specified or provisioned with that call to AddGoogleAnalytics.

Implementation

core.String? id;