ODataMethodIntResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an intermediate object used for deserializing OData method responses that return a single Int32 OData primitive. This type is consumed by code files generated with: https://github.com/microsoftgraph/MSGraph-SDK-Code-Generator/blob/dev/Templates/CSharp/Requests/MethodRequest.cs.tt The value of a return type is an object: http://docs.oasis-open.org/odata/odata-csdl-json/v4.01/odata-csdl-json-v4.01.html#sec_ReturnType
[Newtonsoft.Json.JsonObject(MemberSerialization=Newtonsoft.Json.MemberSerialization.OptIn)]
public class ODataMethodIntResponse
[<Newtonsoft.Json.JsonObject(MemberSerialization=Newtonsoft.Json.MemberSerialization.OptIn)>]
type ODataMethodIntResponse = class
Public Class ODataMethodIntResponse
- Inheritance
-
ODataMethodIntResponse
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
ODataMethodIntResponse() |
Properties
AdditionalData |
Gets or sets additional data. |
Value |
Nullable in case the value property is not present. |