1. ApiRoutesDictionary

Class ApiRoutesDictionary

Version:
日本語翻訳に関する免責事項

このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。

A dictionary containing the API routes. Contents: route name -> route link.

Inheritance
System.Object
ApiRoutesDictionary
Namespace: Stylelabs.M.Sdk.WebClient.Models
Assembly: Stylelabs.M.Sdk.WebClient.dll
Syntax
public class ApiRoutesDictionary : ReadOnlyDictionary<string, Link>

Constructors

Creates a new instance of ApiRoutesDictionary

Declaration
public ApiRoutesDictionary(IDictionary<string, Link> api)
Parameters
TypeNameDescription
IDictionary<System.String, Link>api

The api's links

この記事を改善するための提案がある場合は、 お知らせください!