Google Cloud Platform · Example Payload

Google Cloud Platform Cloudresourcemanagertagbindingslist Example

API ManagementCloud ComputingInfrastructurePlatform as a Service

Google Cloud Platform Cloudresourcemanagertagbindingslist Example is an example object payload from Google Cloud Platform, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "cloudresourcemanager.tagBindings.list",
  "method": "GET",
  "path": "/v3/tagBindings",
  "summary": "Google Cloud Platform List Tag Bindings",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "CloudresourcemanagerTagbindingsList200Example",
      "example": {
        "tagBindings": [
          {
            "name": "Example Title",
            "parent": "example_value",
            "tagValue": "example_value",
            "tagValueNamespacedName": "example_value"
          }
        ],
        "nextPageToken": "example_value"
      }
    },
    {
      "status": "401",
      "contentType": "application/json",
      "name": "CloudresourcemanagerTagbindingsList401Example",
      "example": {
        "code": 10,
        "message": "example_value",
        "details": [
          {}
        ]
      }
    },
    {
      "status": "403",
      "contentType": "application/json",
      "name": "CloudresourcemanagerTagbindingsList403Example",
      "example": {
        "code": 10,
        "message": "example_value",
        "details": [
          {}
        ]
      }
    }
  ]
}