Python
client.metadata_taxonomies.create_metadata_taxonomy_level( namespace, taxonomy_key, [ MetadataTaxonomyLevel(display_name="Continent", description="Continent Level"), MetadataTaxonomyLevel(display_name="Country", description="Country Level"), ], )
{ "entries": [ { "displayName": "Continent", "description": "Continent", "level": 1 } ] }
新しいメタデータ階層レベルを作成します。
The access token received from the authorization server in the OAuth 2.0 flow.
メタデータ階層の名前空間。
メタデータ階層のキー。
ユーザーに表示されるレベルの表示名。
"Continent"
レベルの説明。
メタデータ階層内のレベルのインデックス。レベルのインデックスは1から始まります。
1
すべてのメタデータ階層レベルの配列を返します。
メタデータ階層のレベルは、メタデータ階層構造内の階層カテゴリを表します。
すべてのメタデータ階層レベルの配列。
表示 子属性
このページは役に立ちましたか?