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

Determines the ID encoding mode for API requests. More...

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

Public Member Functions

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

Static Public Attributes

int default = 0
 
int encoded = 1
 
int decoded = 2
 

Detailed Description

Determines the ID encoding mode for API requests.

Definition at line 34 of file sdk_wrapper.py.

Member Function Documentation

◆ __str__()

str sdk_wrapper.IdEncoding.__str__ (   self)

String representation of the IdMode enum.

Definition at line 41 of file sdk_wrapper.py.

Member Data Documentation

◆ decoded

int sdk_wrapper.IdEncoding.decoded = 2
static

Definition at line 38 of file sdk_wrapper.py.

◆ default

int sdk_wrapper.IdEncoding.default = 0
static

Definition at line 36 of file sdk_wrapper.py.

◆ encoded

int sdk_wrapper.IdEncoding.encoded = 1
static

Definition at line 37 of file sdk_wrapper.py.


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