Show / Hide Table of Contents

Class CallRoute

The type CallRoute.

Inheritance
System.Object
CallRoute
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 CallRoute

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

Final

Gets or sets final.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "final", Required = Required.Default)]
public IdentitySet Final { get; set; }
Property Value
Type Description
IdentitySet
View Source

Original

Gets or sets original.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "original", Required = Required.Default)]
public IdentitySet Original { get; set; }
Property Value
Type Description
IdentitySet
View Source

RoutingType

Gets or sets routingType.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "routingType", Required = Required.Default)]
public RoutingType? RoutingType { get; set; }
Property Value
Type Description
System.Nullable<RoutingType>
  • View Source
Back to top Generated by DocFX