ODataMethodStringResponse Class

Definition

Represents an intermediate object used for deserializing OData method responses that return a single string 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 This should be the default type in case type is not specified.

[Newtonsoft.Json.JsonObject(MemberSerialization=Newtonsoft.Json.MemberSerialization.OptIn)]
public class ODataMethodStringResponse
[<Newtonsoft.Json.JsonObject(MemberSerialization=Newtonsoft.Json.MemberSerialization.OptIn)>]
type ODataMethodStringResponse = class
Public Class ODataMethodStringResponse
Inheritance
ODataMethodStringResponse
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

Name Description
ODataMethodStringResponse()

Properties

Name Description
AdditionalData

Gets or sets additional data.

Value

Nullable in case the value property is not present.

Applies to