Class User
Developer-provided end user identifiers.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseCrashlytics.v1alpha.Data
Assembly: Google.Apis.FirebaseCrashlytics.v1alpha.dll
Syntax
public class User : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
User id if provided by the app developer.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |