CustomAttribute

代表自訂屬性的訊息。只能有一個 valuegroupValues,不得留空。

JSON 表示法
{
  "groupValues": [
    {
      object (CustomAttribute)
    }
  ],
  "name": string,
  "value": string
}
欄位
groupValues[]

object (CustomAttribute)

這個屬性群組內的子屬性。如果 groupValues 非空白,value 必須留空。

name

string

屬性的名稱。

value

string

屬性值。如果 value 非空白,groupValues 必須留空。