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

Determines to which asset kind the resource is being serialized. More...

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

Public Member Functions

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

Static Public Attributes

int default = 0
 
int instance = 1
 
int not_applicable = 2
 
int type = 3
 

Detailed Description

Determines to which asset kind the resource is being serialized.

Definition at line 85 of file sdk_wrapper.py.

Member Function Documentation

◆ __str__()

str sdk_wrapper.AssetKind.__str__ (   self)

String representation of the Extent enum.

Definition at line 93 of file sdk_wrapper.py.

Member Data Documentation

◆ default

int sdk_wrapper.AssetKind.default = 0
static

Definition at line 87 of file sdk_wrapper.py.

◆ instance

int sdk_wrapper.AssetKind.instance = 1
static

Definition at line 88 of file sdk_wrapper.py.

◆ not_applicable

int sdk_wrapper.AssetKind.not_applicable = 2
static

Definition at line 89 of file sdk_wrapper.py.

◆ type

int sdk_wrapper.AssetKind.type = 3
static

Definition at line 90 of file sdk_wrapper.py.


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