-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Release Pipeline
committed
Jan 26, 2023
1 parent
ed026bd
commit a2c9c0e
Showing
166 changed files
with
53,707 additions
and
3,871 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
|
||
|
||
# AvailabilitySearchPost200Response | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**languageCode** | [**LanguageCodeEnum**](#LanguageCodeEnum) | The language code of the language in which the descriptive texts for each found property are returned.<p>Please note that beside the general restrictions listed below only languages configured during system setup for your respective tenant are allowed.</p><p>See also <a href=\"#isolanguage-codes\">in the appendix</a>.</p> | | | ||
|**_list** | [**List<AvailablePropertiesInner1>**](AvailablePropertiesInner1.md) | A list of available properties matching the given criteria. | | | ||
|
||
|
||
|
||
## Enum: LanguageCodeEnum | ||
|
||
| Name | Value | | ||
|---- | -----| | ||
| AF | "af" | | ||
| AR | "ar" | | ||
| BG | "bg" | | ||
| CA | "ca" | | ||
| CS | "cs" | | ||
| DA | "da" | | ||
| DE | "de" | | ||
| EL | "el" | | ||
| EN | "en" | | ||
| ES | "es" | | ||
| ET | "et" | | ||
| FI | "fi" | | ||
| FR | "fr" | | ||
| HE | "he" | | ||
| HI | "hi" | | ||
| HR | "hr" | | ||
| HU | "hu" | | ||
| ID | "id" | | ||
| IS | "is" | | ||
| IT | "it" | | ||
| JA | "ja" | | ||
| KO | "ko" | | ||
| LT | "lt" | | ||
| LV | "lv" | | ||
| NL | "nl" | | ||
| NO | "no" | | ||
| PL | "pl" | | ||
| PT | "pt" | | ||
| RO | "ro" | | ||
| RU | "ru" | | ||
| SK | "sk" | | ||
| SL | "sl" | | ||
| SR | "sr" | | ||
| SV | "sv" | | ||
| TH | "th" | | ||
| TR | "tr" | | ||
| VI | "vi" | | ||
| ZH | "zh" | | ||
|
||
|
||
|
Oops, something went wrong.