Show / Hide Table of Contents

Class CallRedirectRequestBody

The type CallRedirectRequestBody.

Inheritance
System.Object
CallRedirectRequestBody
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)]
public class CallRedirectRequestBody

Properties

View Source

MaskCallee

Gets or sets MaskCallee.

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

MaskCaller

Gets or sets MaskCaller.

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

TargetDisposition

Gets or sets TargetDisposition.

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

Targets

Gets or sets Targets.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "targets", Required = Required.Default)]
public IEnumerable<ParticipantInfo> Targets { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<ParticipantInfo>
View Source

Timeout

Gets or sets Timeout.

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