Resource: SettingBinding
Message describing SettingBinding object
| JSON representation | 
|---|
| {
  "name": string,
  "createTime": string,
  "updateTime": string,
  "labels": {
    string: string,
    ...
  },
  "target": string,
  "product": enum ( | 
| Fields | |
|---|---|
| name | 
 Identifier. Name of the resource. Format:projects/{project}/locations/{location}/{settingType}/{setting}/settingBindings/{settingBinding} | 
| createTime | 
 Output only. [Output only] Create time stamp. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| updateTime | 
 Output only. [Output only] Update time stamp. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| labels | 
 Optional. Labels as key value pairs. An object containing a list of  | 
| target | 
 Required. Target of the binding. | 
| product | 
 Optional. Product type of the setting binding. | 
| Methods | |
|---|---|
| 
 | Creates a new SettingBinding in a given project and location. | 
| 
 | Deletes a single SettingBinding. | 
| 
 | Gets details of a single SettingBinding. | 
| 
 | Lists SettingBindings in a given project and location. | 
| 
 | Updates the parameters of a single SettingBinding. |