GoogleCloudApigeeV1DebugMask constructor

GoogleCloudApigeeV1DebugMask({
  1. List<String>? faultJSONPaths,
  2. List<String>? faultXPaths,
  3. String? name,
  4. Map<String, String>? namespaces,
  5. List<String>? requestJSONPaths,
  6. List<String>? requestXPaths,
  7. List<String>? responseJSONPaths,
  8. List<String>? responseXPaths,
  9. List<String>? variables,
})

Implementation

GoogleCloudApigeeV1DebugMask({
  this.faultJSONPaths,
  this.faultXPaths,
  this.name,
  this.namespaces,
  this.requestJSONPaths,
  this.requestXPaths,
  this.responseJSONPaths,
  this.responseXPaths,
  this.variables,
});