headers property
A list of HTTP headers.
for example, '"headers" : [ { "name" : "Content-Length", "value" : "83" }, { "name" : "Content-Type", "value" : "application/json" } ]'
Implementation
core.List<GoogleCloudApigeeV1Property>? headers;
A list of HTTP headers.
for example, '"headers" : [ { "name" : "Content-Length", "value" : "83" }, { "name" : "Content-Type", "value" : "application/json" } ]'
core.List<GoogleCloudApigeeV1Property>? headers;