class Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineLoggingConnectorRunErrorContext

def update!(**args)

Update properties of this object
def update!(**args)
  @connector_run = args[:connector_run] if args.key?(:connector_run)
  @data_connector = args[:data_connector] if args.key?(:data_connector)
  @end_time = args[:end_time] if args.key?(:end_time)
  @entity = args[:entity] if args.key?(:entity)
  @operation = args[:operation] if args.key?(:operation)
  @start_time = args[:start_time] if args.key?(:start_time)
  @sync_type = args[:sync_type] if args.key?(:sync_type)
end