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 SourceMaskCallee
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> |
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> |
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> |
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> |
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> |