Show / Hide Table of Contents

Class Notification

The type Notification.

Inheritance
System.Object
Notification
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
[JsonConverter(typeof(DerivedTypeConverter))]
public class Notification

Properties

View Source

AdditionalData

Gets or sets additional data.

Declaration
[JsonExtensionData(ReadData = true)]
public IDictionary<string, object> AdditionalData { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>
View Source

ChangeType

Gets or sets changeType.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "changeType", Required = Required.Default)]
public ChangeType? ChangeType { get; set; }
Property Value
Type Description
System.Nullable<ChangeType>
View Source

Resource

Gets or sets resource.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "resource", Required = Required.Default)]
public string Resource { get; set; }
Property Value
Type Description
System.String

Extension Methods

NotificationProcessorExtensions.ExtractResouceData(Notification)
  • View Source
Back to top Generated by DocFX