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
Boolean

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
Boolean

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 constructor()



Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks 2020 Kotlin Edition - Version 20.0 [Build 7941]