NetworkSetting
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
JSON 表示法 |
{
"policySchema": string,
"value": {
object
}
} |
字段 |
policySchema |
string
网络设置的完全限定名称。
|
value |
object (Struct format)
广告网络设置的值。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003eNetwork settings encompass network configurations and are represented in JSON format.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON representation includes \u003ccode\u003epolicySchema\u003c/code\u003e which defines the setting's name and \u003ccode\u003evalue\u003c/code\u003e which holds the setting's data in a structured format.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003evalue\u003c/code\u003e field utilizes a structured object format to store the network setting's specific configurations.\u003c/p\u003e\n"]]],[],null,["# NetworkSetting\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nA network setting contains network configurations.\n\n| JSON representation |\n|---------------------------------------------------------|\n| ``` { \"policySchema\": string, \"value\": { object } } ``` |\n\n| Fields ||\n|----------------|---------------------------------------------------------------------------------------------------------------------------------|\n| `policySchema` | `string` The fully qualified name of the network setting. |\n| `value` | `object (`[Struct](https://protobuf.dev/reference/protobuf/google.protobuf/#struct)` format)` The value of the network setting. |"]]