class Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineLoggingSourceLocation

reported.
Indicates a location in the source code of the service for which errors are

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @function_name = args[:function_name] if args.key?(:function_name)
end