GetTagsResponse

Response message for backupPlans.getTags.

JSON representation
{
  "name": string,
  "tags": {
    string: string,
    ...
  },
  "etag": string
}
Fields
name

string

Required. The full resource name of the service resource.

tags

map (key: string, value: string)

Required. Tag keys/values directly bound to this resource. Each item in the map must be expressed as " : ". For example: "123/environment" : "production", "123/costCenter" : "marketing"

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

etag

string

A checksum based on the current bindings. This field is always set in server responses.