View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailLoggingSourceLocation (google_api_retail v0.19.1)
Indicates a location in the source code of the service for which errors are reported.
Attributes
-
functionName
(type:String.t
, default:nil
) - Human-readable name of a function or method. For example, "google.cloud.retail.v2.UserEventService.ImportUserEvents".
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailLoggingSourceLocation{ functionName: String.t() | nil }