Show / Hide Table of Contents

Class PrimaryAdminChangedEvent

Event occurred when primary admin changed in customer's account. The event are being received from insight forwarder

Inheritance
object
PrimaryAdminChangedEvent
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX