ODataSchemaProperty Type

An object representing a single OData schema property.

Remarks

An object representing a single OData schema property.

Fields

attributes
String

A space-separated list of attributes (name-value pairs) contained within an OData property element. For example: name1="value1" name2="value2"

description_
String

The documentation long description of the OData schema property.

isComplexType
Bool

Indicates whether a property is derived from a complex type.

When 'True', SchemaTypeField can be used to navigate the properties contained within the complex type.

name
String

The Name of the OData schema property.

nullable
Bool

Indicates whether a property can be null.

summary
String

The documentation summary of the OData schema property.

type
String

The type of the OData schema property.

Constructors

public init()

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 macOS Edition - Version 20.0 [Build 8307]