REST Resource: enterprises.structures
संसाधन: स्ट्रक्चर
स्ट्रक्चर के संसाधन, एंटरप्राइज़ से मैनेज किए जाने वाले घर या होटल के कमरे के उदाहरण को दिखाते हैं.
JSON के काेड में दिखाना |
{
"name": string,
"traits": {
object
}
} |
फ़ील्ड |
name |
string
सिर्फ़ आउटपुट के लिए. स्ट्रक्चर के संसाधन का नाम. उदाहरण के लिए: "enterprises/XYZ/structureds/ABC".
|
traits |
object (Struct format)
स्ट्रक्चर की विशेषताएं.
|
तरीके |
|
एंटरप्राइज़ से मैनेज किया जाने वाला स्ट्रक्चर हासिल करता है. |
|
यह उन स्ट्रक्चर की सूची बनाता है जिन्हें एंटरप्राइज़ मैनेज करता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-08-20 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-08-20 (UTC) को अपडेट किया गया."],[[["Structure resource represents an enterprise-managed home or hotel room with a name and traits."],["Structures can be retrieved individually using the `get` method or listed for an enterprise via the `list` method."],["The resource is represented in JSON format with `name` and `traits` fields containing structure details."]]],["The document defines a \"Structure\" resource, representing a managed home or hotel room. Its JSON representation includes a `name` (a unique identifier) and `traits` (structure-specific features). The resource provides two methods: `get`, to retrieve a specific structure by its identifier, and `list`, to retrieve a collection of all the structures managed by the enterprise. The traits of a structure is represented by a google.protobuf.Struct.\n"]]