AAS HTTP Client Documentation
Loading...
Searching...
No Matches
sdk_wrapper.Level Class Reference

Determines the structural depth of the respective resource content. More...

Inheritance diagram for sdk_wrapper.Level:
[legend]
Collaboration diagram for sdk_wrapper.Level:
[legend]

Public Member Functions

str __str__ (self)
 String representation of the Level enum.
 

Static Public Attributes

int default = 0
 
int core = 1
 
int deep = 2
 

Detailed Description

Determines the structural depth of the respective resource content.

Definition at line 51 of file sdk_wrapper.py.

Member Function Documentation

◆ __str__()

str sdk_wrapper.Level.__str__ (   self)

String representation of the Level enum.

Definition at line 58 of file sdk_wrapper.py.

Member Data Documentation

◆ core

int sdk_wrapper.Level.core = 1
static

Definition at line 54 of file sdk_wrapper.py.

◆ deep

int sdk_wrapper.Level.deep = 2
static

Definition at line 55 of file sdk_wrapper.py.

◆ default

int sdk_wrapper.Level.default = 0
static

Definition at line 53 of file sdk_wrapper.py.


The documentation for this class was generated from the following file: