google_api_apigee v0.10.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DebugMask View Source
Attributes
-
faultJSONPaths
(type:list(String.t)
, default:nil
) - List of JSON paths that specify the JSON elements to be filtered from JSON payloads in error flows. -
faultXPaths
(type:list(String.t)
, default:nil
) - List of XPaths that specify the XML elements to be filtered from XML payloads in error flows. -
name
(type:String.t
, default:nil
) - Name of the debug mask. -
namespaces
(type:map()
, default:nil
) - Map of namespaces to URIs. -
requestJSONPaths
(type:list(String.t)
, default:nil
) - List of JSON paths that specify the JSON elements to be filtered from JSON request message payloads. -
requestXPaths
(type:list(String.t)
, default:nil
) - List of XPaths that specify the XML elements to be filtered from XML request message payloads. -
responseJSONPaths
(type:list(String.t)
, default:nil
) - List of JSON paths that specify the JSON elements to be filtered from JSON response message payloads. -
responseXPaths
(type:list(String.t)
, default:nil
) - List of XPaths that specify the XML elements to be filtered from XML response message payloads. -
variables
(type:list(String.t)
, default:nil
) - List of variables that should be masked from the debug output.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DebugMask{ faultJSONPaths: [String.t()], faultXPaths: [String.t()], name: String.t(), namespaces: map(), requestJSONPaths: [String.t()], requestXPaths: [String.t()], responseJSONPaths: [String.t()], responseXPaths: [String.t()], variables: [String.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.