Class CallRejectRequestBody
The type CallRejectRequestBody.
Inheritance
System.Object
CallRejectRequestBody
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 CallRejectRequestBody
Properties
View SourceReason
Gets or sets Reason.
Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "reason", Required = Required.Default)]
public RejectReason? Reason { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<RejectReason> |