Class PrimaryAdminChangedEvent
- Event occurred when primary admin changed in customer's account. The event are being received from insight forwarder
Implements
Inherited Members
Namespace: Google.Apis.AlertCenter.v1beta1.Data
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class PrimaryAdminChangedEvent : IDirectResponseSchema
Properties
Domain
domain in which actioned occurred
Declaration
[JsonProperty("domain")]
public virtual string Domain { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PreviousAdminEmail
Email of person who was the primary admin before the action
Declaration
[JsonProperty("previousAdminEmail")]
public virtual string PreviousAdminEmail { get; set; }
Property Value
Type | Description |
---|---|
string |
UpdatedAdminEmail
Email of person who is the primary admin after the action
Declaration
[JsonProperty("updatedAdminEmail")]
public virtual string UpdatedAdminEmail { get; set; }
Property Value
Type | Description |
---|---|
string |